AGI STK X 11Send comments on this topic.
Item Property (AgDrawElemCollection)
See Also
Index
Zero-based index into the collection of drawing elements.
Windows






Windows & Linux

Description

Gets the element at the specified index (0-based).

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Item( _
    ByVal Index As Integer _
) As 
[C#]
public AgDrawElem this[
    int Index
] {get;}
[Managed C++]
public: __property AgDrawElem^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    AgDrawElem* pVal
);
[Java]
public AgDrawElem getItem(
    int Index
);

Parameters

Index
Zero-based index into the collection of drawing elements.

Remarks

This property is implicit in Visual Basic.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.