Gets or sets the label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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..::..StyleId
Remarks
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.