LabelGroupSubEntityStyleId Property

Gets or sets the label style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public virtual ObjectId StyleId { get; set; }

Property Value

ObjectId

Implements

ICommonLabelStyleId
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.
See Also