This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.FindElementIndex Method (ArcObjects .NET 10.4 SDK) |
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