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


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

INetWeightAssociationEdit.TableName Property

Name of the table to be associated in this weight association.

[Visual Basic .NET]
Public WriteOnly Property TableName_2
[C#]
public void TableName_2 {set;}
[C++]
HRESULT put_TableName(
  BSTR 
);
[C++]
Parameters
 [in]

is a parameter of type BSTR

Product Availability

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

See Also

INetWeightAssociationEdit Interface