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