STK Vector Geometry ToolSend comments on this topic.
Item Property (IAgCrdnCollection)
See Also
IndexOrName
Specify an index or a name of an element.
Windows





Windows & Linux

Description

Retrieves an element of the collection using the name of the element or a position in the collection.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName
Specify an index or a name of an element.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.