Share

Part.OverrideRuleSet Property

Gets or sets whether to use overridden rules.



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

Syntax

C#

public bool OverrideRuleSet { get; set; }

VB

Public Property OverrideRuleSet As Boolean
	Get
	Set

C++

public:
property bool OverrideRuleSet {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

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

Reference

Was this information helpful?