Gets or sets the type of custom stock cost for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CustomStockCostInfoType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Integer
instance.CustomStockCostInfoType = value
value = instance.CustomStockCostInfoType |
C# | |
---|
System.int CustomStockCostInfoType {get; set;} |
C++/CLI | |
---|
property System.int CustomStockCostInfoType {
System.int get();
void set ( & System.int value);
} |
Property Value
Type of custom stock cost as defined in
swcCustomStockCostInfoType_e
Example
See Also
Availability
SOLIDWORKS Costing API 2015 SP0