Share

PartSize.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.8.0.280

Syntax

C#

public ObjectId RulesStyleId { get; set; }

VB

Public Property RulesStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?