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


INetworkLoader3.CanUseZs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader3 Interface > INetworkLoader3.CanUseZs Property
ArcGIS Developer Help

INetworkLoader3.CanUseZs Property

Indicates if Z coordinates are used for snapping and connectivity.

[Visual Basic .NET]
Public ReadOnly Property CanUseZs As Boolean
[C#]
public bool CanUseZs {get;}
[C++]
HRESULT get_CanUseZs(
  Boolean* CanUseZs
);
[C++]
Parameters
CanUseZs [out, retval]

CanUseZs is a parameter of type bool*

Product Availability

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

Description

Indicates whether the geometric network will support z values.  In order to be true, all feature classes in the geometric network must be z-aware.

See Also

INetworkLoader3 Interface