Share

Part.RuleSetStyleId Property

Gets or sets the object id of RuleSetStyle.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276

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

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

Reference

Was this information helpful?