EffectiveName Property (ActiveX)

Specifies the original block name.

Supported platforms: Windows only

Signature

VBA:

object.EffectiveName
object

Type: BlockReference, MInsertBlock

The objects this property applies to.

Property Value

Read-only: Yes

Type: String

The effective name is the name of the block as the user would see it in the user interface. Dynamic blocks may draw themselves with an anonymous block whose name is different than the block name the user sees for the block in the user interface. The Name property returns the name of the block used to draw the reference, while the EffectiveName is the name the user sees for the reference.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available