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