ArcObjects Library Reference (Controls)  

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(
  VARIANT_BOOL* aware
);
[C++]
HRESULT put_ZAware(
  VARIANT_BOOL aware
);
[C++]

Parameters

aware [out, retval]   aware is a parameter of type VARIANT_BOOL aware [in]   aware is a parameter of type VARIANT_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