ArcObjects Library Reference (DataSourcesRaster)  

IShadedReliefFunctionArguments.ZFactor Property

The zfactor.

[Visual Basic .NET]
Public Property ZFactor As Double
[C#]
public double ZFactor {get; set;}
[C++]
HRESULT get_ZFactor(
  double* pZfactor
);
[C++]
HRESULT put_ZFactor(
  double pZfactor
);
[C++]

Parameters

pZfactor [out, retval]   pZfactor is a parameter of type double pZfactor [in]   pZfactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IShadedReliefFunctionArguments Interface