Gets the parameters of a cylindrical surface.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ICylinderParams As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim value As Double
value = instance.ICylinderParams
|
C# | |
---|
double ICylinderParams {get;} |
C++/CLI | |
---|
property double ICylinderParams {
double get();
} |
Return Value
Array of doubles describing the parameters of a cylindrical surface
Remarks
See Also