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