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