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