ArcObjects Library Reference (3DAnalyst)  

I3DProperties2.TextureDownsamplingFactor Property

The texture downsampling factor.

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

Parameters

texResamplingFactor [out, retval]   texResamplingFactor is a parameter of type double texResamplingFactor [in]   texResamplingFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties2 Interface