Gets the names of the material classes from the Costing template for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetMaterialClasses( _
ByVal NumClassNames As System.Integer _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim NumClassNames As System.Integer
Dim value As System.String
value = instance.IGetMaterialClasses(NumClassNames) |
C++/CLI | |
---|
System.String^ IGetMaterialClasses(
& System.int NumClassNames
) |
Parameters
- NumClassNames
- Number of material classes
Return Value
- in-process, unmanaged C++: Pointer to an array of strings of the names of the material classes
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0