Hide Table of Contents
IModifyDefinition2 Method (IFeature)

Updates the definition of a feature with the new values in an associated feature definition object (e.g., IBaseFlangeFeatureData, IBendsFeatureData, IBreakCornerFeatureData, etc.) obtained with IFeature::IGetDefinition.

.NET Syntax

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

Parameters

Data

IUnknown interface to the feature definition object; use QueryInterface to get the interface to the actual object

TopDoc

Top-level document (see Remarks)

Component

Component for the feature (see Remarks)

Return Value

True if the feature is updated successfully, false if not

Remarks

To modify a feature in...

Then TopDoc argument...

A part

Is the IModelDoc2 object for the part and the Component argument should be 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 Edit Part mode. You can restore this by calling IAssemblyDoc::EditAssembly.

 

See Also

Availability

SolidWorks 2001Plus FCS, Revision Number 10.0


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:   IModifyDefinition2 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) 2013 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.