Gets whether the far side option is selected for the Hole Wizard countersink feature.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FarSideCounterSink As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IWizardHoleFeatureData2
Dim value As System.Boolean
instance.FarSideCounterSink = value
value = instance.FarSideCounterSink |
C# | |
---|
System.bool FarSideCounterSink {get; set;} |
C++/CLI | |
---|
property System.bool FarSideCounterSink {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if the far side option for the countersink hole is selected, false if not (see
Remarks)
Example
See Also
Availability
SolidWorks 2011 SP05, Revision Number 19.5