PartOverrideRuleSet Property

Gets or sets whether to use overridden rules.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public bool OverrideRuleSet { get; set; }

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