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


IRouteLocator2.HasZs Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Location)  

IRouteLocator2.HasZs Property

Indicates whether the route locator is Z-Aware.

[Visual Basic .NET]
Public ReadOnly Property HasZs As Boolean
[C#]
public bool HasZs {get;}
[C++]
HRESULT get_HasZs(
  Boolean* HasZs
);
[C++]

Parameters HasZs [out, retval]
HasZs is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRouteLocator2 Interface