Gets or sets whether to add a control polygon to this spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DisplayControlPolygon As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSpline
Dim value As Boolean
instance.DisplayControlPolygon = value
value = instance.DisplayControlPolygon
|
C# | |
---|
bool DisplayControlPolygon {get; set;} |
C++/CLI | |
---|
property bool DisplayControlPolygon {
bool get();
void set (bool value);
} |
Return Value
True to add a control polygon, false to not
Example
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0