ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo2.TextureDisplayType Property

The current texture display type.

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

Parameters

pType [out, retval]

  pType is a parameter of type esriTextureFormatType

Product Availability

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

See Also

IGlobeLayerInfo2 Interface