ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsLayer.FindElementIndex Method

Find an element index for fast access.

[Visual Basic .NET]
Public Sub FindElementIndex ( _
    ByVal pElement As IElement, _
    ByRef pElementIndex As Integer _
)
[C#]
public void FindElementIndex (
    IElement pElement,
    ref int pElementIndex
);
[C++]
HRESULT FindElementIndex(
  IElement* pElement,
  long* pElementIndex
);
[C++]

Parameters

pElement [in]

  pElement is a parameter of type IElement

pElementIndex [out]   pElementIndex is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeGraphicsLayer Interface