ParcelSegmentLabelStyleName 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 { set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when setting StyleName to an invalid value.
Remarks
  • Only Parcel Line/Curve Label Style can be set by Name
  • General Line/Curve Label Style are not supported to be set by name. Use LineLabelStyleId and CurveLabelStyleId instead.
  • 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