ArcObjects Library Reference (GlobeCore)  

IGlobeLayerInfo2.TextureDownsamplingFactor Property

The texture down-sampling factor.

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

Parameters

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

Product Availability

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

See Also

IGlobeLayerInfo2 Interface