GeneralSegmentLabelStyleName Property

Gets or sets the style name.

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

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting StyleName to an invalid value.
Remarks
  • The StyleName can be set to the name of a LineLabelStyle when the feature or the segment being labelled is a line.
  • The StyleName can be set to the name of a CurveLabelStyle when the feature or the segment being labelled is a curve.
See Also