SketchBlockProxy.GetObject Method
Parent Object: SketchBlockProxyDescription
Method that returns the corresponding object in the sketch block for the given object from it's definition.
Syntax
SketchBlockProxy.GetObject( ObjectInDefinition As Object ) As ObjectParameters
Name | Type | Description |
ObjectInDefinition | Object | Input Object to get the corresponding object (in the sketch block) for. This can be one of the following objects\: SketchEntity, SketchBlock, SketchImage or TextBox. |