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


IEngineEditSketch.ZAware Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IE > IEngineEditSketch Interface > IEngineEditSketch.ZAware Property
ArcGIS Developer Help

IEngineEditSketch.ZAware Property

Indicates whether the edit sketch geometry can contain Zs.

[Visual Basic .NET]
Public Property ZAware As Boolean
[C#]
public bool ZAware {get; set;}
[C++]
HRESULT get_ZAware(
  Boolean* aware
);
[C++]
HRESULT put_ZAware(
  VARIANT_BOOL aware
);
[C++]
Parameters
aware [out, retval]

aware is a parameter of type bool* aware [in]
aware is a parameter of type bool

Product Availability

Available with ArcGIS Engine.

Description

If the IEngineEditSketch::Geometry contains elevation (z) values, this property will return a boolean value of True.

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.

See Also

IEngineEditSketch Interface