Gets or sets the semi-finishing offset for machined parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SemiFinishingOffset As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Double
instance.SemiFinishingOffset = value
value = instance.SemiFinishingOffset |
C# | |
---|
System.double SemiFinishingOffset {get; set;} |
C++/CLI | |
---|
property System.double SemiFinishingOffset {
System.double get();
void set ( & System.double value);
} |
Property Value
Semi-finishing offset for machined parts
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0