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


INetSchema.WeightAssociationsByTableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetSchema Interface > INetSchema.WeightAssociationsByTableName Property
ArcGIS Developer Help

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