ArcObjects Library Reference (GeoDatabase)  

INetWeight.WeightID Property

Internal ID of the network weight described by this NetWeight object.

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

Parameters

InternalID [out, retval]   InternalID is a parameter of type long

Product Availability

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

Remarks

The WeightID property returns the unique ID of the network weight within the network.

See Also

INetWeight Interface