STK Graphics PrimitivesSend comments on this topic.
Item Property (IAgStkGraphicsSceneCollection)
See Also
Index
An index into the scene collection. Must be between 0 and Count - 1.
Windows





Windows & Linux

Description

Returns a scene in the collection at a specified index.

Property type

Read-only property

Syntax

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

Parameters

Index
An index into the scene collection. Must be between 0 and Count - 1.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.