STK Graphics PrimitivesSend comments on this topic.
CentralBodies Property (IAgStkGraphicsScene)
See Also
Windows





Windows & Linux

Description

Gets the CentralBodyGraphics for a specified Central Body.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CentralBodies() As IAgStkGraphicsCentralBodyGraphicsIndexer
[C#]
public IAgStkGraphicsCentralBodyGraphicsIndexer CentralBodies {get;}
[Managed C++]
public: __property IAgStkGraphicsCentralBodyGraphicsIndexer ^ get_CentralBodies();
[Unmanaged C++]
public: HRESULT get_CentralBodies(
    IAgStkGraphicsCentralBodyGraphicsIndexer ** ppRetVal
);
[Java]
public IAgStkGraphicsCentralBodyGraphicsIndexer getCentralBodies();
[Python - STK API ]
@property
def CentralBodies(self) -> "IAgStkGraphicsCentralBodyGraphicsIndexer":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.