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