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