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