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