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


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

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