This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.CurrentZ Property (ArcObjects .NET 10.4 SDK) |
Current Z value for the edit sketch.
[Visual Basic .NET] Public Property CurrentZ As Double
[C#] public double CurrentZ {get; set;}
[C++]
HRESULT get_CurrentZ(
double* z
);
[C++]
HRESULT put_CurrentZ(
double z
);
[C++]
Parameters z [out, retval] z is a parameter of type double z [in] z is a parameter of type double
To view the z values for the edit sketch display the edit sketch properties dialog using the ControlsEditingSketchPropertiesCommand and select the sketch. If the sketch is ZAware, an additional column will appear next to the y column showing the z values.