ArcObjects Library Reference (GlobeCore)  

IGlobeServerFindResults.Add Method

Adds a globe server find result.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal pFindResult As IGlobeServerFindResult _
)
[C#]
public void Add (
    IGlobeServerFindResult pFindResult
);
[C++]
HRESULT Add(
  IGlobeServerFindResult* pFindResult
);
[C++]

Parameters

pFindResult [in]

  pFindResult is a parameter of type IGlobeServerFindResult

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServerFindResults Interface