Gets the SOLIDWORKS version number in which this feature was last modified.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetModifiedVersion() As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim value As System.Integer
value = instance.GetModifiedVersion() |
C# | |
---|
System.int GetModifiedVersion() |
C++/CLI | |
---|
System.int GetModifiedVersion(); |
Return Value
SOLIDWORKS version number in which this feature was last modified (see
Remarks)
Remarks
See Also