Gets the settings to specify the default name formats for pipe network components (pipe network, pipes, structures).
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsPipeNetworkSettingsNameFormat NameFormat { get; }
VB
Public ReadOnly Property NameFormat As SettingsPipeNetworkSettingsNameFormat Get
C++
public: property SettingsPipeNetworkSettingsNameFormat^ NameFormat { SettingsPipeNetworkSettingsNameFormat^ get (); }