This document is archived and information here might be outdated. Recommended version. |
The Z scale factor that converts z value to a function of x and y.
[Visual Basic .NET] Public Property PixelSizeFactor As Double
[C#] public double PixelSizeFactor {get; set;}
[C++]
HRESULT get_PixelSizeFactor(
System.Double* psZFactor
);
[C++]
HRESULT put_PixelSizeFactor(
double psZFactor
);
[C++]
Parameters psZFactor [out, retval]
psZFactor is a parameter of type double* psZFactor [in]
psZFactor is a parameter of type double