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