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( string Name ); |
[Managed C++] |
---|
public: IAgStkGraphicsCentralBodyGraphics^ GetByName( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetByName( BSTR Name, IAgStkGraphicsCentralBodyGraphics ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCentralBodyGraphics getByName( String Name ); |
[Python - STK API ] |
---|
def GetByName(self, Name:str) -> "IAgStkGraphicsCentralBodyGraphics": |
- Name
- The name of the Central Body to get the CentralBodyGraphics for.