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


ILasToRasterFunctionArguments.ZMax Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IL > ILasToRasterFunctionArguments Interface > ILasToRasterFunctionArguments.ZMax Property
ArcGIS Developer Help

ILasToRasterFunctionArguments.ZMax Property

Z Max.

[Visual Basic .NET]
Public Property ZMax As Double
[C#]
public double ZMax {get; set;}
[C++]
HRESULT get_ZMax(
  System.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