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





Windows & Linux

Description

Returns a vector by name or at a specified position.

Property type

Read-only property

Syntax

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

Parameters

IndexOrName
Specify an index or a name of a vector.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.