Hide Table of Contents
GetDefinition Method (IFeature)

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

You can use this method to query the feature data object, and you can modify the feature data object using IFeature::ModifyDefinition. Set the feature data object to Nothing or null when it is no longer needed. Not all feature types are supported, so check to see that the returned object is valid.

To:

  • get the type of feature and the name of its associated interface, use IFeature::GetTypeName or IFeature::GetTypeName2.
  • see a complete list of interfaces for feature data objects (e.g., interfaces ending in FeatureData or FeatureData2, such as ISymmetricMateFeatureData, IExtrudeFeatureData2, ILoftFeatureData, ISimpleFilletFeatureData2, IChamferFeatureData2, etc.), see the Features Interfaces and Assembly Interfaces - Mates sections in Functional Categories.
  • get the object of a feature that is not a feature data object, use IFeature::GetSpecificFeature2.
 

See Also



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   GetDefinition Method (IFeature)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:




x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2018 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.