Gets or sets the name of the material class for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CurrentMaterialClass As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.String
instance.CurrentMaterialClass = value
value = instance.CurrentMaterialClass |
C# | |
---|
System.string CurrentMaterialClass {get; set;} |
C++/CLI | |
---|
property System.String^ CurrentMaterialClass {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of the material class
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2013 SP0