Gets the feature data object for a feature, such as an advanced mate, extrusion, loft, fillet, chamfer, etc., in order to access the parameters that control the definition of this feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDefinition() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim value As System.Object
value = instance.GetDefinition() |
C# | |
---|
System.object GetDefinition() |
C++/CLI | |
---|
System.Object^ GetDefinition(); |
Return Value
Feature data object (see Remarks)
Example
Remarks
See Also