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


IGlobeLayerProperties5.TextureDownsamplingFactor Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.TextureDownsamplingFactor Property

The texture down-sampling factor.

[Visual Basic .NET]
Public Property TextureDownsamplingFactor As Double
[C#]
public double TextureDownsamplingFactor {get; set;}
[C++]
HRESULT get_TextureDownsamplingFactor(
  double pFactor
);
[C++]
HRESULT put_TextureDownsamplingFactor(
  System.Double* pFactor
);
[C++]

Parameters pFactor [in]
pFactor is a parameter of type double pFactor [out, retval]
pFactor is a parameter of type double*

Product Availability

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

See Also

IGlobeLayerProperties5 Interface