This document is archived and information here might be outdated. Recommended version. |
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
);
[C++]
Parameters LayerID [in]
LayerID is a parameter of type long pSymbolIDs [in]
pSymbolIDs is a parameter of type ILongArray*