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