ArcObjects Library Reference (GeoDatabase)  

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