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.