PartRuleSetStyleId Property |
Gets or sets the object id of RuleSetStyle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic virtual ObjectId RuleSetStyleId { get; set; }Public Overridable Property RuleSetStyleId As ObjectId
Get
Set
public:
virtual property ObjectId RuleSetStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| 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