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


IDEGeometricNetwork.NetworkWeights Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork.NetworkWeights Property

The weights of the geometric network.

[Visual Basic .NET]
Public Property NetworkWeights As IArray
[C#]
public IArray NetworkWeights {get; set;}
[C++]
HRESULT get_NetworkWeights(
  IArray** netWeights
);
[C++]
HRESULT putref_NetworkWeights(
  IArray* netWeights
);
[C++]

Parameters netWeights [out, retval]
netWeights is a parameter of type IArray netWeights [in]
netWeights is a parameter of type IArray

Product Availability

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

See Also

IDEGeometricNetwork Interface