AGI STK Esri Display 11 Send comments on this topic.
Element Property (IAgEsri3dIdentifyResult)
See Also 
Index
Position of the element to retrieve.
Windows






Windows & Linux

Description

Returns the element at the Index position.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Element( _
   ByVal Index As Integer _
) As Object

[C#]
public Object get_Element(
int Index
);

[Managed C++]
public: __property IUnknown^ get_Element(
int
);

[Unmanaged C++]
public: HRESULT get_Element(
long RetVal
);

[Java]
public Object getElement(
int
);

Parameters

Index
Position of the element to retrieve.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface