Hide Table of Contents
ModifyDefinition Method (IFeature)

Updates the definition of a feature with the new values in an associated feature data object obtained with IFeature::GetDefinition.

.NET Syntax

Visual Basic (Declaration) 
Function ModifyDefinition( _
   ByVal Data As System.Object, _
   ByVal TopDoc As System.Object, _
   ByVal Component As System.Object _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IFeature
Dim Data As System.Object
Dim TopDoc As System.Object
Dim Component As System.Object
Dim value As System.Boolean
 
value = instance.ModifyDefinition(Data, TopDoc, Component)
C# 
System.bool ModifyDefinition( 
   System.object Data,
   System.object TopDoc,
   System.object Component
)
C++/CLI 
System.bool ModifyDefinition( 
&   System.Object^ Data,
&   System.Object^ TopDoc,
&   System.Object^ Component
) 

Parameters

Data

Feature data object

TopDoc

Top-level document (see Remarks)

Component

Component for the feature (see Remarks)

Return Value

True if the feature definition modified successfully, false if not

Example

Remarks

If this method returns:

  • False, you may have specified invalid properties in the feature data modifier object. The feature definition was not modified, so the feature may have rolled back to its previous state.
  • True, the feature was updated using the feature data modifier object provided. This method will return true even if the feature data modifier object does not include any changed properties or references; some feature data modifier objects reject invalid changes before this method is called. For some feature modifications, this method applies the new properties, returns true, but results in a new rebuild error on the feature.

In either case, this method may leave the feature in an unpredictable state due to errors. After calling this method, call IFeature::GetErrorCode2 to ascertain whether the feature has rebuild errors. If so, try again with valid feature data. To correct rebuild errors, call IModelDoc2::ForceRebuild3. You can also move the rollback bar in the FeatureManager design tree to before and after the feature to correct its state.

You should carefully read specific feature data interface documentation to learn how to correctly specify feature data properties and how this method works with specific features.

To modify a feature in...

Then TopDoc argument...

A part

Is the IModelDoc2 object for the part and the Component argument should be Nothing or null

An assembly

Should be the assembly IModelDoc2 object and the Component argument should be the IComponent2 object in which the feature is to be modified

When you modify a feature in an assembly, this method leaves the assembly in Editing Part mode. You can switch back to editing the assembly by calling IAssemblyDoc::EditAssembly.

 

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:   ModifyDefinition 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) 2023 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.