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


IGlobeLayerProperties5.RequestTextureMipmaps Property (ArcObjects .NET 10.6 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(
  Boolean* bUseDDTQueries
);
[C++]

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

Product Availability

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

See Also

IGlobeLayerProperties5 Interface