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


IGlobeLayerProperties5.RequestTextureMipmaps Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.RequestTextureMipmaps Property

Indicates whether to request mipmaps when fetching remote texture tables.

[Visual Basic .NET]
Public Property RequestTextureMipmaps As Boolean
[C#]
public bool RequestTextureMipmaps {get; set;}
[C++]
HRESULT get_RequestTextureMipmaps(
  VARIANT_BOOL* bUseDDTQueries
);
[C++]
HRESULT put_RequestTextureMipmaps(
  VARIANT_BOOL bUseDDTQueries
);
[C++]

Parameters bUseDDTQueries [out, retval] bUseDDTQueries is a parameter of type VARIANT_BOOL bUseDDTQueries [in] bUseDDTQueries is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties5 Interface