Gets and sets the periodicity of the spline.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Periodic As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISplineParamData
Dim value As Integer
instance.Periodic = value
value = instance.Periodic
|
C# | |
---|
int Periodic {get; set;} |
C++/CLI | |
---|
property int Periodic {
int get();
void set (int value);
} |
Return Value
0 if an open spline, 1 if a closed spline
Example
Remarks
See Also
Availability
SolidWorks 2011 FCS, Revision Number 19.0