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