ArcObjects Library Reference (GeoDatabase)  

IDEGeometricNetwork.WeightAssociations Property

The weight associations of the geometric network.

[Visual Basic .NET]
Public Property WeightAssociations As IArray
[C#]
public IArray WeightAssociations {get; set;}
[C++]
HRESULT get_WeightAssociations(
  IArray** WeightAssociations
);
[C++]
HRESULT putref_WeightAssociations(
  IArray* WeightAssociations
);
[C++]

Parameters

WeightAssociations [out, retval]

  WeightAssociations is a parameter of type IArray

WeightAssociations [in]

  WeightAssociations is a parameter of type IArray

Product Availability

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

See Also

IDEGeometricNetwork Interface