Gets or sets whether to use overridden rules.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public bool OverrideRuleSet { get; set; }
Visual Basic
Public Property OverrideRuleSet As Boolean
	Get
	Set
Visual C++
public:
property bool OverrideRuleSet {
	bool get ();
	void set (bool value);
}

Remarks

When this property is set to false, all the overridden rules in parts are cleared. When this property is set to true, overridden rules are copied from the corresponding RuleSetStyle.

See Also