This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IG > IGeometricFunctionArguments Interface > IGeometricFunctionArguments.ConstantZ Property (ArcObjects .NET 10.5 SDK) |
The constant Z value in meters.
[Visual Basic .NET] Public Property ConstantZ As Double
[C#] public double ConstantZ {get; set;}
[C++]
HRESULT get_ConstantZ(
double* z
);
[C++]
HRESULT put_ConstantZ(
double z
);
[C++]
Parameters z [out, retval] z is a parameter of type double z [in] z is a parameter of type double