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


INetWeightAssociation.TableName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetWeightAssociation.TableName Property

Name of the table to which this weight is associated.

[Visual Basic .NET]
Public ReadOnly Property TableName As String
[C#]
public string TableName {get;}
[C++]
HRESULT get_TableName(
  BSTR* TableName
);
[C++]

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

Product Availability

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

See Also

INetWeightAssociation Interface