STK Graphics PrimitivesSend comments on this topic.
Imagery Property (IAgStkGraphicsCentralBodyGraphics)
See Also
Windows





Windows & Linux

Description

Gets the collection of imagery associated with the Central Body in the Scene.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.