Gets the active Costing body in this Costing part.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ActiveBody As CostBody |
Visual Basic (Usage) | |
---|
Dim instance As ICostPart
Dim value As CostBody
value = instance.ActiveBody |
C# | |
---|
CostBody ActiveBody {get;} |
C++/CLI | |
---|
property CostBody^ ActiveBody {
CostBody^ get();
} |
Property Value
Active
Costing body or null if the common
Cost analysis is active
See Also
Availability
SOLIDWORKS Costing API 2013 SP0