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


IGlobeGraphicsLayer.FindElement 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.FindElement Method
ArcGIS Developer Help

IGlobeGraphicsLayer.FindElement Method

Find an element by name.

[Visual Basic .NET]
Public Sub FindElement ( _
    ByVal Name As String, _
    ByRef ppElement As IElement, _
    ByRef pElementIndex As Integer _
)
[C#]
public void FindElement (
    string Name,
    ref IElement ppElement,
    ref int pElementIndex
);
[C++]
HRESULT FindElement(
  BSTR Name,
  IElement** ppElement,
  System.Int32* pElementIndex
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR ppElement [out]
ppElement 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