ArcObjects Library Reference (GeoDatabase)  

INetSchema.WeightAssociationsByTableName Property

Network weight associations corresponding to the specified table name.

[Visual Basic .NET]
Public Function get_WeightAssociationsByTableName ( _
    ByVal TableName As String _
) As IEnumNetWeightAssociation
[C#]
public IEnumNetWeightAssociation get_WeightAssociationsByTableName (
    string TableName
);
[C++]
HRESULT get_WeightAssociationsByTableName(
  BSTR TableName,
  IEnumNetWeightAssociation** netWeightAssociations
);
[C++]

Parameters

TableName [in]   TableName is a parameter of type BSTR netWeightAssociations [out, retval]

  netWeightAssociations is a parameter of type IEnumNetWeightAssociation

Product Availability

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

Remarks

WeightAssociationsByTableName returns an enumeration of the NetWeightAssocation objects using fields from the input table name.

Returns an enumeration of zero objects if the table name cannot be found.

See Also

INetSchema Interface