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


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

INetWeightAssociation.WeightID Property

Weight internal ID of the weight to which this table is associated.

[Visual Basic .NET]
Public ReadOnly Property WeightID As Integer
[C#]
public int WeightID {get;}
[C++]
HRESULT get_WeightID(
  long* WeightID
);
[C++]

Parameters WeightID [out, retval] WeightID is a parameter of type long

Product Availability

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

See Also

INetWeightAssociation Interface