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


IDEGeometricNetwork.NetworkWeights Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGeometricNetwork Interface > IDEGeometricNetwork.NetworkWeights Property
ArcGIS Developer Help

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