STK Graphics PrimitivesSend comments on this topic.
GetByName Method (IAgStkGraphicsCentralBodyGraphicsIndexer)
See Also
Name
The name of the CentralBody to get the CentralBodyGraphics for.
Windows





Windows & Linux

Description

Returns the central body graphics for the central body with the given name.

Syntax

[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":

Parameters

Name
The name of the CentralBody to get the CentralBodyGraphics for.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.