Gets whether the surface is a cylinder.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCylinder() As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As Boolean
value = instance.IsCylinder()
|
C++/CLI | |
---|
bool IsCylinder(); |
Return Value
True if surface is cylinder, false if not
Example
See Also