Gets or sets whether the spline handle has curvature control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CurvatureControlled As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISplineHandle
Dim value As Boolean
instance.CurvatureControlled = value
value = instance.CurvatureControlled
|
C# | |
---|
bool CurvatureControlled {get; set;} |
C++/CLI | |
---|
property bool CurvatureControlled {
bool get();
void set (bool value);
} |
Return Value
True if the spline handle has curvature control, false if not
Remarks
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0