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