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


IGlobeServerFindResults.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerFindResults Interface > IGlobeServerFindResults.Add Method
ArcGIS Developer Help

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