Gets the properties of the dynamic block.
Supported platforms: Windows only
VBA:
RetVal = object.GetDynamicBlockProperties
Type: BlockReference, MInsertBlock
The objects this method applies to.
Type: Variant (array of DynamicBlockReferenceProperty objects)
Array of dynamic properties assigned to the block.
A collection of DynamicBlockReferenceProperty objects is returned only if the block reference is a dynamic block containing custom properties.
VBA:
Not available
Visual LISP:
Not available