Gets or sets the roughing cost per volume for machined parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RoughingCostPerVolume As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Double
instance.RoughingCostPerVolume = value
value = instance.RoughingCostPerVolume |
C# | |
---|
System.double RoughingCostPerVolume {get; set;} |
C++/CLI | |
---|
property System.double RoughingCostPerVolume {
System.double get();
void set ( & System.double value);
} |
Property Value
Roughing cost per volume for machined parts
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0