Share

ParcelSegmentLabel.CurveLabelStyleId Property

Gets or sets the ObjectId for the curve label style. The object type is LabelStyle.



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

Syntax

C#

public override ObjectId CurveLabelStyleId { set; }

VB

Public Overrides WriteOnly Property CurveLabelStyleId As ObjectId
	Set

C++

public:
virtual property ObjectId CurveLabelStyleId {
	void set (ObjectId value) override;
}

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when CurveLabelStyleId is invalid.

See Also

Reference

Was this information helpful?