IntelliCAD 11.1 Object Library
Name Property
See Also 
BlockInsert Object : Name Property

Description

Sets or returns the block name.

Property type

Read-write property

Syntax

Visual Basic
Public Property Name As String

Example

Private Sub NamePropExample()

     Dim myName As String

     myName = BlockInsert.Name

     MsgBox ("Insert Block Name is: " & myName)

End Sub

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.