RulesStyleId Property

Gets or sets the object id of the rule set style to apply side by side with the part size.

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

Syntax

C#

public ObjectId RulesStyleId { get; set; }

Visual Basic

Public Property RulesStyleId As ObjectId
	Get
	Set

Visual C++

public:
property ObjectId RulesStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

See Also