Gets or sets the cost of this Costing feature or operation, including the combined cost of Costing child features and operations.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CombinedCost As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostFeature
Dim value As System.Double
instance.CombinedCost = value
value = instance.CombinedCost |
C# | |
---|
System.double CombinedCost {get; set;} |
C++/CLI | |
---|
property System.double CombinedCost {
System.double get();
void set ( & System.double value);
} |
Property Value
Cost of this Costing feature or operation, including the combined cost of Costing child features and operations
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0