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