Updates the definition of a feature with the new values in an associated feature data object 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 data 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
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0