ArcObjects Library Reference (NetworkAnalysis)  

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

Parameters

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