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


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

INetWeightAssociationEdit.WeightID Property

Weight internal ID of the weight to be associated in this weight assocation.

[Visual Basic .NET]
Public WriteOnly Property WeightID_2
[C#]
public void WeightID_2 {set;}
[C++]
HRESULT put_WeightID(
  long 
);
[C++]
Parameters
 [in]

is a parameter of type long

Product Availability

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

Remarks

The internal ID of the weight you are creating an association for can be retrieved from the INetSchema interface.

See Also

INetWeightAssociationEdit Interface