Gets whether the curve is a circle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCircle() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim value As System.Boolean
value = instance.IsCircle() |
C# | |
---|
System.bool IsCircle() |
C++/CLI | |
---|
System.bool IsCircle(); |
Return Value
True if the curve is a circle, false if other curve type
Example
Remarks
See Also