PartRuleSetStyleId Property |
Gets or sets the object id of RuleSetStyle.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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
ExceptionsException | 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