Returns the CentralBodyGraphics
for the Central Body with the given name.
[Visual Basic .NET] |
---|
Public Function GetByName( _
ByVal Name As String _
) As IAgStkGraphicsCentralBodyGraphics
|
[C#] |
---|
public IAgStkGraphicsCentralBodyGraphics GetByName(
|
[Managed C++] |
---|
public: IAgStkGraphicsCentralBodyGraphics^ GetByName(
|
[Java] |
---|
public IAgStkGraphicsCentralBodyGraphics getByName(
|
[Unmanaged C++] |
---|
public: HRESULT GetByName(
|
- Name
- The name of the Central Body to get the CentralBodyGraphics for.