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