LabelGroupStyleName Property

Gets or sets the label style name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public override string StyleName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when input style name doesn't exist under the corresponding label style collection.
Remarks
It only searches direct child label styles of the corresponding label style collection and does not include deeper descendant levels.
See Also