Description
Central body on which the surface distance between points is to be calculated.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SurfaceCentralBody() As String
|
| [C#] |
|---|
public string SurfaceCentralBody {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_SurfaceCentralBody(); public: __property void set_SurfaceCentralBody( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SurfaceCentralBody( BSTR * pRetVal ); public: HRESULT put_SurfaceCentralBody( BSTR NewSurfaceCentralBody );
|
| [Java] |
|---|
public String getSurfaceCentralBody(); public void setSurfaceCentralBody( String );
|
See Also