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

Parameters

index

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.