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


IGlobeDisplayLayers2.TextureDisplayType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayLayers2.TextureDisplayType Property

Sets texture display type of a layer.

[Visual Basic .NET]
Public Sub set_TextureDisplayType ( _
    ByVal pLayer As ILayer, _
    ByVal A_2 As esriTextureFormatType _
)
[C#]
public void set_TextureDisplayType (
    ILayer pLayer,
    esriTextureFormatType A_2
);
[C++]
HRESULT put_TextureDisplayType(
  ILayer* pLayer,
  esriTextureFormatType 
);
[C++]

Parameters pLayer [in]
pLayer is a parameter of type ILayer [in]
is a parameter of type esriTextureFormatType

Product Availability

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

See Also

IGlobeDisplayLayers2 Interface