This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalysis > ESRI.ArcGIS.NetworkAnalysis > Interfaces > IN > INetworkLoader3 Interface > INetworkLoader3.CanUseZs Property (ArcObjects .NET 10.4 SDK) |
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
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.