Gets the symbols with given IDs.
[Visual Basic 6.0] Function GetSymbols(
ByVal LayerID As Long, _
ByVal pSymbolIDs As ILongArray _
)() As Byte
[Visual Basic .NET] Public Function GetSymbols ( _ ByVal LayerID As Integer, _ ByVal pSymbolIDs As ILongArray _ ) As Byte[]
[C#] public Byte[] GetSymbols ( int LayerID, ILongArray pSymbolIDs );
[Java] public Byte[] getSymbols ( int LayerID, ILongArray pSymbolIDs ) throws IOException, AutomationException
[C++] HRESULT GetSymbols( long LayerID, ILongArray* pSymbolIDs, symbols* symbols );
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