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





Windows & Linux

Description

Returns a System 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 IAgCrdnSystem
[C#]
public IAgCrdnSystem this[
    System.Object IndexOrName
] {get;}
[Managed C++]
public: __property IAgCrdnSystem^ get_Item(
    VARIANT IndexOrName
);
[Unmanaged C++]
public: HRESULT get_Item(
    VARIANT IndexOrName,
    IAgCrdnSystem* ppRetVal
);
[Java]
public IAgCrdnSystem getItem(
    AgVariant IndexOrName
);
[Python - STK API ]
@property
def Item(self) -> "IAgCrdnSystem":

Parameters

IndexOrName
Specify an index or a name of a VGT system.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.