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


I3DProperties2.TextureDisplayType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties2 Interface > I3DProperties2.TextureDisplayType Property
ArcGIS Developer Help

I3DProperties2.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 Type
);
[C++]
HRESULT put_TextureDisplayType(
  esriTextureFormatType* Type
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriTextureFormatType Type [out, retval]
Type is a parameter of type esriTextureFormatType*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties2 Interface