PartRuleSetStyleId Property

Gets or sets the object id of RuleSetStyle.

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

Property Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the style Id is invalid.
InvalidOperationException Thrown when calling set in case OverrideRuleSet is true.
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.NetworkRuleSetStyle
See Also