STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsImageCollection)
See Also
Index
Windows





Windows & Linux

Description

Gets the Globe Image Overlay at the specified index.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As IAgStkGraphicsGlobeImageOverlay
[C#]
public IAgStkGraphicsGlobeImageOverlay this[
    int Index
] {get;}
[Managed C++]
public: __property IAgStkGraphicsGlobeImageOverlay^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    int Index,
    IAgStkGraphicsGlobeImageOverlay* ppRetVal
);
[Java]
public IAgStkGraphicsGlobeImageOverlay getItem(
    Integer Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgStkGraphicsGlobeImageOverlay":

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.