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