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


INetSchema.WeightAssociations Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetSchema.WeightAssociations Property

Network weight associations corresponding to the specified weight internal ID.

[Visual Basic .NET]
Public Function get_WeightAssociations ( _
    ByVal weightInternalID As Integer _
) As IEnumNetWeightAssociation
[C#]
public IEnumNetWeightAssociation get_WeightAssociations (
    int weightInternalID
);
[C++]
HRESULT get_WeightAssociations(
  long weightInternalID,
  IEnumNetWeightAssociation** netWeightAssociations
);
[C++]

Parameters weightInternalID [in] weightInternalID is a parameter of type long netWeightAssociations [out, retval]
netWeightAssociations is a parameter of type IEnumNetWeightAssociation

Product Availability

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

Remarks

WeightAssociations returns an enumeration of the NetWeightAssociation objects related to the specified weight.  Each NetWeightAssociation object identifies the table name and field name supporting the weight.

See Also

INetSchema Interface