Gets the number of dimensions for a blank required to produce a body using the specified stock type for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBlankDimensionCount( _
ByVal StockType As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim StockType As System.Integer
Dim value As System.Integer
value = instance.GetBlankDimensionCount(StockType) |
C# | |
---|
System.int GetBlankDimensionCount(
System.int StockType
) |
C++/CLI | |
---|
System.int GetBlankDimensionCount(
& System.int StockType
) |
Parameters
- StockType
- Stock type as defined in swcStockType_e
Return Value
Number of dimensions for a blank required to produce a body using the specified stock type
See Also
Availability
SOLIDWORKS Costing API 2013 SP0