Gets or sets the thickness of the plate for this machining Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CurrentPlateThickness As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisMachining
Dim value As System.Double
instance.CurrentPlateThickness = value
value = instance.CurrentPlateThickness |
C# | |
---|
System.double CurrentPlateThickness {get; set;} |
C++/CLI | |
---|
property System.double CurrentPlateThickness {
System.double get();
void set ( & System.double value);
} |
Property Value
Thickness of the plate
Example
See Also
Availability
SOLIDWORKS Costing API 2013 SP0