This document is archived and information here might be outdated.  Recommended version.


IGlobeServer.GetTextures Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServer Interface > IGlobeServer.GetTextures Method
ArcGIS Developer Help

IGlobeServer.GetTextures Method

Gets the textures with given IDs.

[Visual Basic .NET]
Public Function GetTextures ( _
    ByVal LayerID As Integer, _
    ByVal pTextureIDs As ILongArray _
) As Byte[]
[C#]
public Byte[] GetTextures (
    int LayerID,
    ILongArray pTextureIDs
);
[C++]
HRESULT GetTextures(
  long LayerID,
  ILongArray* pTextureIDs
);
[C++]
Parameters
LayerID [in]

LayerID is a parameter of type long pTextureIDs [in]
pTextureIDs is a parameter of type ILongArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeServer Interface