STK Vector Geometry ToolSend comments on this topic.
Item Property (IAgCrdnAxesSamplingIntervalCollection)
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 IAgCrdnAxesSamplingInterval
[C#]
public IAgCrdnAxesSamplingInterval this[
    int Index
] {get;}
[Managed C++]
public: __property IAgCrdnAxesSamplingInterval^ get_Item(
    int Index
);
[Unmanaged C++]
public: HRESULT get_Item(
    long Index,
    IAgCrdnAxesSamplingInterval* ppRetVal
);
[Java]
public IAgCrdnAxesSamplingInterval getItem(
    int Index
);
[Python - STK API ]
@property
def Item(self) -> "IAgCrdnAxesSamplingInterval":

Parameters

Index
A position of the element in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.