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


INetWeight.WeightType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetWeight.WeightType Property

Type of network weight described by this NetWeight object.

[Visual Basic .NET]
Public ReadOnly Property WeightType As esriWeightType
[C#]
public esriWeightType WeightType {get;}
[C++]
HRESULT get_WeightType(
  esriWeightType* WeightType
);
[C++]

Parameters WeightType [out, retval]
WeightType is a parameter of type esriWeightType

Product Availability

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

Remarks

WeightType returns the type of network weight, corresponding to a value from the esriWeightType enumeration.

See Also

INetWeight Interface