This document is archived and information here might be outdated.  Recommended version.


IGlobeGraphicsLayer.FindElementIndex Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.FindElementIndex Method
ArcGIS Developer Help

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,
  System.Int32* 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

.NET Samples

3D dynamic element tracking