Share

GeneralSegmentLabel.LineLabelStyleId Property

Gets or sets the ObjectId for the line 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 LineLabelStyleId { get; set; }

VB

Public Overridable Property LineLabelStyleId As ObjectId
	Get
	Set

C++

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

Property Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when LineLabelStyleId is invalid

See Also

Reference

Was this information helpful?