Gets or sets the calculation method for this plastic Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CalculationMethod As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisPlastic
Dim value As System.Integer
instance.CalculationMethod = value
value = instance.CalculationMethod |
C# | |
---|
System.int CalculationMethod {get; set;} |
C++/CLI | |
---|
property System.int CalculationMethod {
System.int get();
void set ( & System.int value);
} |
Property Value
Calculation method as defined in
swcMoldCalculationMethod_e
Example
See Also
Availability
SOLIDWORKS Costing API 2015 SP0