Gets or sets the option to override template settings for offset-based finishing for machined parts.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UseOffsetBasedFinishing As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITemplateOverrides
Dim value As System.Boolean
instance.UseOffsetBasedFinishing = value
value = instance.UseOffsetBasedFinishing |
C# | |
---|
System.bool UseOffsetBasedFinishing {get; set;} |
C++/CLI | |
---|
property System.bool UseOffsetBasedFinishing {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to override template settings for offset-based finishing for machined parts, false to not
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0