Gets or sets the ID of the code style for this code.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId CodeStyleId { get; set; }
VB
Public Property CodeStyleId As ObjectId Get Set
C++
public: property ObjectId CodeStyleId { ObjectId get (); void set (ObjectId value); }