ArcObjects Library Reference (GeoDatabase)  

INetWeight.WeightName Property

Name of the network weight described by this NetWeight object.

[Visual Basic .NET]
Public ReadOnly Property WeightName As String
[C#]
public string WeightName {get;}
[C++]
HRESULT get_WeightName(
  BSTR* WeightName
);
[C++]

Parameters

WeightName [out, retval]   WeightName is a parameter of type BSTR

Product Availability

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

Remarks

The WeightName property returns the name of the network that was supplied at it's time of creation.

See Also

INetWeight Interface