The Z factor set in the TIN dataset.
[Visual Basic 6.0] Property ZFactor As Double
[Visual Basic .NET] Public Property ZFactor As Double
[C#] public double ZFactor {get; set;}
[Java] public Double getZFactor() throws IOException, AutomationException
[Java] public void setZFactor( Double ZFactor ) throws IOException, AutomationException
[C++]
HRESULT get_ZFactor(
double* ZFactor
);
[C++] HRESULT put_ZFactor( double ZFactor);
Parameters
ZFactor [out, retval]
ZFactor is a parameter of type double
ZFactor [in]
ZFactor is a parameter of type double