Gets the textures with given IDs.
[Visual Basic 6.0] Function GetTextures(
ByVal LayerID As Long, _
ByVal pTextureIDs As ILongArray _
)() As Byte
[Visual Basic .NET] Public Function GetTextures ( _ ByVal LayerID As Integer, _ ByVal pTextureIDs As ILongArray _ ) As Byte[]
[C#] public Byte[] GetTextures ( int LayerID, ILongArray pTextureIDs );
[Java] public Byte[] getTextures ( int LayerID, ILongArray pTextureIDs ) throws IOException, AutomationException
[C++] HRESULT GetTextures( long LayerID, ILongArray* pTextureIDs, textures* textures );
Parameters
LayerID [in]
LayerID is a parameter of type long
pTextureIDs [in]
pTextureIDs is a parameter of type ILongArray
textures [out, retval]
textures is a parameter of type