ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork2.UseZsForConnectivity Property

Indicates if Z coordinates are used for connectivity.

[Visual Basic .NET]
Public Property UseZsForConnectivity As Boolean
[C#]
public bool UseZsForConnectivity {get; set;}
[C++]
HRESULT get_UseZsForConnectivity(
  VARIANT_BOOL* UseZsForConnectivity
);
[C++]
HRESULT put_UseZsForConnectivity(
  VARIANT_BOOL UseZsForConnectivity
);
[C++]

Parameters

UseZsForConnectivity [out, retval]   UseZsForConnectivity is a parameter of type VARIANT_BOOL UseZsForConnectivity [in]   UseZsForConnectivity is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDEGeometricNetwork2 Interface