SketchBlockDefinitionProxy.AdjustContext Method
Parent Object: SketchBlockDefinitionProxyDescription
Method that returns the specified sketch object scoped into this sketch block definition, trimming any portion of the context from any sketch block in which this definition has been instanced. In other words, for the given object, this method returns the corresponding object in the context of this sketch block definition, by trimming the sketch block path.
Syntax
SketchBlockDefinitionProxy.AdjustContext( SketchObject As Object ) As ObjectParameters
Name | Type | Description |
SketchObject | Object | Input object that specifies the object to trim the context of. This can be a SketchEntity, SketchBlock, SketchImage or a TextBox. |