This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties2 Interface > I3DProperties2.TextureDownsamplingFactor Property (ArcObjects .NET 10.5 SDK) |
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