AGI STK VGT 11Send comments on this topic.
Item Property (IAgCrdnPointGroup)
See Also 
IndexOrName
Windows






Windows & Linux

Description

Returns a point 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 IAgCrdnPoint
[C#]
public IAgCrdnPoint this[
   System.Object IndexOrName
] { get; }
[Managed C++]
public: __property IAgCrdnPoint^ get_Item(
   VARIANT
);
[Unmanaged C++]
public: HRESULT get_Item(
   VARIANT RetVal
);
[Java]
public IAgCrdnPoint getItem(
   Variant
);

Parameters

IndexOrName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.