Gets the name of the network to which this part belongs
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public string NetworkName { get; }
VB
Public ReadOnly Property NetworkName As String Get
C++
public: property String^ NetworkName { String^ get (); }