Share

ParcelSegmentLabel.StyleName Property

Gets or sets the style name.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override string StyleName { set; }

VB

Public Overrides WriteOnly Property StyleName As String
	Set

C++

public:
virtual property String^ StyleName {
	void set (String^ value) override;
}

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

Reference

Was this information helpful?