Gets the dimensions of the smallest possible blank required to produce a body using the
currently selected stock type for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetMinimumBlankSize( _
ByVal NumDimensions As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim NumDimensions As System.Integer
Dim value As System.Double
value = instance.IGetMinimumBlankSize(NumDimensions) |
C# | |
---|
System.double IGetMinimumBlankSize(
System.int NumDimensions
) |
C++/CLI | |
---|
System.double IGetMinimumBlankSize(
& System.int NumDimensions
) |
Parameters
- NumDimensions
- Number of dimensions
Return Value
- in-process, unmanaged C++: Pointer to an array of doubles of the dimensions of the smallest possible blank required to produce a body using the currently selected stock type
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0