Share

GeneralSegmentLabel.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 virtual ObjectId CurveLabelStyleId { get; set; }

VB

Public Overridable Property CurveLabelStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when CurveLabelStyleId is invalid.

See Also

Reference

Was this information helpful?