This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDETin Interface > IDETin.ZFactor Property (ArcObjects .NET 10.5 SDK) |
Multiplication factor applied to all z values in a TIN to provide unit-congruency between coordinate components.
[Visual Basic .NET] Public Property ZFactor As Double
[C#] public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
double* pFactor
);
[C++]
HRESULT put_ZFactor(
double pFactor
);
[C++]
Parameters pFactor [out, retval] pFactor is a parameter of type double pFactor [in] pFactor is a parameter of type double