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


IGlobeServerIdentifyResults.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServerIdentifyResults.Add Method

Adds a globe server identify result.

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

Parameters pIdentifyResult [in]
pIdentifyResult is a parameter of type IGlobeServerIdentifyResult

Product Availability

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

See Also

IGlobeServerIdentifyResults Interface