This document is archived and information here might be outdated.  Recommended version.


ILasToRasterFunctionArguments.ZMax Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ILasToRasterFunctionArguments.ZMax Property

Z Max.

[Visual Basic .NET]
Public Property ZMax As Double
[C#]
public double ZMax {get; set;}
[C++]
HRESULT get_ZMax(
  double* pZMax
);
[C++]
HRESULT put_ZMax(
  double pZMax
);
[C++]

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

Product Availability

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

See Also

ILasToRasterFunctionArguments Interface