Gets or sets the quantity of parts to produce per batch for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LotSize As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysis
Dim value As System.Integer
instance.LotSize = value
value = instance.LotSize |
C# | |
---|
System.int LotSize {get; set;} |
C++/CLI | |
---|
property System.int LotSize {
System.int get();
void set ( & System.int value);
} |
Property Value
Quantity of parts to produce per batch
Example
See Also
Availability
SolidWorks Costing API 2013 SP0