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


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

IGlobeServer3.GetTexturesEx Method

Gets the textures with given IDs.

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

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

Product Availability

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

See Also

IGlobeServer3 Interface