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





Windows & Linux

Description

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

Parameters

IndexOrName
Specify an index or a name of an angle.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.