STK Vector Geometry ToolSend comments on this topic.
Item Property (IAgCrdnIntervalVectorCollection)
See Also
Index
A position of the element in the collection.
Windows





Windows & Linux

Description

Accesses an element at the specified position.

Property type

Read-only property

Syntax

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

Parameters

Index
A position of the element in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.