Gets or sets the label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public virtual ObjectId StyleId { get; set; }
Visual Basic
Public Overridable Property StyleId As ObjectId
Get
Set
Visual C++
public: virtual property ObjectId StyleId { ObjectId get (); void set (ObjectId value); }
Implements
ICommonLabel.StyleIdRemarks
If this property returns a null style id, you need to get the parent's style id manually.
Set the style id to null to use the parent's style.