ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties2.TextureDisplayType Property

The current texture display type.

[Visual Basic .NET]
Public Property TextureDisplayType As esriTextureFormatType
[C#]
public esriTextureFormatType TextureDisplayType {get; set;}
[C++]
HRESULT get_TextureDisplayType(
  esriTextureFormatType* pType
);
[C++]
HRESULT put_TextureDisplayType(
  esriTextureFormatType pType
);
[C++]

Parameters

pType [out, retval]

  pType is a parameter of type esriTextureFormatType

pType [in]

  pType is a parameter of type esriTextureFormatType

Product Availability

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

Description

Used to enable or disable material textures. Valid values are esriTextureFormatType.esriTextureNone (to disable) and esriTextureFormatType.esriTextureJPEG (to enable).

See Also

IGlobeLayerProperties2 Interface