This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetWeight Interface > INetWeight.WeightName Property (ArcObjects .NET 10.4 SDK) |
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
The WeightName property returns the name of the network that was supplied at it's time of creation.