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

Parameters

HasZs [out, retval]   HasZs is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRouteLocator2 Interface