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


IRouteLocator2.HasZs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Location > ESRI.ArcGIS.Location > Interfaces > IR > IRouteLocator2 Interface > IRouteLocator2.HasZs Property
ArcGIS Developer Help

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