STK ObjectsSend comments on this topic.
Item Property (IAgScGenDbCollection)
See Also
Index
Windows





Windows & Linux

Description

Returns scenario database settings at a specified position.

Property type

Read-only property

Syntax

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

Parameters

Index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.