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


IGlobeGraphicsLayer.FindElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

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,
  long* 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