Gets whether a cost override was applied to this Costing feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IsOverridden As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICostFeature
Dim value As System.Boolean
value = instance.IsOverridden |
C# | |
---|
System.bool IsOverridden {get;} |
C++/CLI | |
---|
property System.bool IsOverridden {
System.bool get();
} |
Property Value
True if a cost override was applied to this Costing feature, false if not
Example
See Also
Availability
SOLIDWORKS Costing API 2013 SP0