Gets whether the surface is a torus.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsTorus() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As Boolean
value = instance.IsTorus()
|
Return Value
True if the surface is a torus, false if not
Example
See Also