DWGBlockReference.GetObject Method
Parent Object: DWGBlockReferenceDescription
Method that returns the corresponding object in the block reference for the given object from its definition.
Syntax
DWGBlockReference.GetObject( ObjectInDefinition As Object ) As ObjectParameters
Name | Type | Description |
ObjectInDefinition | Object | Input Object to get the corresponding object (in the block reference) for. This can be any type of DWGEntity. |