WeldmentComponentDefinition.GetEndOfFeaturesPosition Method
Parent Object: WeldmentComponentDefinitionDescription
Gets the current end of Features position in the browser in an assembly.
Syntax
WeldmentComponentDefinition.GetEndOfFeaturesPosition( After As Object, Before As Object )Parameters
Name | Type | Description |
After | Object | The assembly feature or sketch that the "End of Features" node is positioned immediately after. If the "End of Features" node is at the top of the tree this will return Nothing. |
Before | Object | The assembly feature or sketch that the "End of Features" node is positioned immediately before. If the "End of Features" node is at the bottom of the tree this will return Nothing. |