Gets the settings to establish the default rule set assigned to pipes and structures that are added to the pipe network.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public SettingsPipeNetworkSettingsRules Rules { get; }
VB
Public ReadOnly Property Rules As SettingsPipeNetworkSettingsRules Get
C++
public: property SettingsPipeNetworkSettingsRules^ Rules { SettingsPipeNetworkSettingsRules^ get (); }