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