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


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

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(
  System.String* 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