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


IGlobeServer.GetSymbols Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeServer.GetSymbols Method

Gets the symbols with given IDs.

[Visual Basic .NET]
Public Function GetSymbols ( _
    ByVal LayerID As Integer, _
    ByVal pSymbolIDs As ILongArray _
) As Byte[]
[C#]
public Byte[] GetSymbols (
    int LayerID,
    ILongArray pSymbolIDs
);
[C++]
HRESULT GetSymbols(
  long LayerID,
  ILongArray* pSymbolIDs,
  symbols* symbols
);
[C++]

Parameters LayerID [in] LayerID is a parameter of type long pSymbolIDs [in]
pSymbolIDs is a parameter of type ILongArray symbols [out, retval] symbols is a parameter of type

Product Availability

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

See Also

IGlobeServer Interface