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


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

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