ArcObjects Library Reference (GeoDatabase)  

INetWeightEdit.WeightType Property

Type of network weight of this NetWeight object.

[Visual Basic .NET]
Public WriteOnly Property WeightType_2
[C#]
public void WeightType_2 {set;}
[C++]
HRESULT put_WeightType(
  esriWeightType 
);
[C++]

Parameters

[in]

   is a parameter of type esriWeightType

Product Availability

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

See Also

INetWeightEdit Interface