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


INetWeightAssociationEdit.FieldName 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.FieldName Property
ArcGIS Developer Help

INetWeightAssociationEdit.FieldName Property

Name of the field that contains the values for this associated weight.

[Visual Basic .NET]
Public WriteOnly Property FieldName_2
[C#]
public void FieldName_2 {set;}
[C++]
HRESULT put_FieldName(
  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