Gets or sets the custom stock cost for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomStockCustomCost As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Double
instance.CustomStockCustomCost = value
value = instance.CustomStockCustomCost |
C# | |
---|
System.double CustomStockCustomCost {get; set;} |
C++/CLI | |
---|
property System.double CustomStockCustomCost {
System.double get();
void set ( & System.double value);
} |
Property Value
Custom stock cost
Example
See Also
Availability
SOLIDWORKS Costing API 2015 SP0