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





Windows & Linux

Description

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

Parameters

IndexOrName
Specify an index or a name of an axes.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.