STK ObjectsSend comments on this topic.
Item Property (IAgVeGPSElementCollection)
See Also
index
Windows





Windows & Linux

Description

Given an index, returns an element in the collection.

Property type

Read-only property

Syntax

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

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.