Gets or sets the default lot size for multibody mode for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LotSizeForMultibody As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostingDefaults
Dim value As System.Integer
instance.LotSizeForMultibody = value
value = instance.LotSizeForMultibody |
C# | |
---|
System.int LotSizeForMultibody {get; set;} |
C++/CLI | |
---|
property System.int LotSizeForMultibody {
System.int get();
void set ( & System.int value);
} |
Property Value
Default lot size for multibody mode
See Also
Availability
SOLIDWORKS Costing API 2015 SP0