This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.TextureDownsamplingFactor Property (ArcObjects .NET 10.5 SDK) |
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(
double pFactor
);
[C++]
Parameters pFactor [out, retval] pFactor is a parameter of type double pFactor [in] pFactor is a parameter of type double
Texture downscaling is applied as a layer property and is only applicable to multipatch layers. Setting texture downscaling for a layer will reduce the in-memory requirements to render it, freeing up resources for other tasks such as navigation. The amount of downscaling that can be applied to a texture without greatly reducing the quality of the display will vary from texture to texture.
For downsampling textures the range of values is from 1 (Minimum downsampling) TO 10 (Maximum downsampling).