Gets or sets the object id of RuleSetStyle.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual ObjectId RuleSetStyleId { get; set; }
VB
Public Overridable Property RuleSetStyleId As ObjectId Get Set
C++
public: virtual property ObjectId RuleSetStyleId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the style Id is invalid. |
InvalidOperationException | Thrown when calling set in case OverrideRuleSet is true. |