This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITinLayer2 Interface > ITinLayer2.ZFactor Property (ArcObjects .NET 10.5 SDK) |
The Z factor set in the TIN dataset.
[Visual Basic .NET] Public Property ZFactor As Double
[C#] public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
double* ZFactor
);
[C++]
HRESULT put_ZFactor(
double ZFactor
);
[C++]
Parameters ZFactor [out, retval] ZFactor is a parameter of type double ZFactor [in] ZFactor is a parameter of type double