This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer Interface > IGlobeServer.GetSymbols Method (ArcObjects .NET 10.4 SDK) |
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