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


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

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(
  System.Int32* 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