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


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

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