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