Share

LabelGroupSubEntity.Reversed Property

Gets or sets the reversed state of the label.



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

Syntax

C#

public virtual bool Reversed { get; set; }

VB

Public Overridable Property Reversed As Boolean
	Get
	Set

C++

public:
virtual property bool Reversed {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Implements

ICommonLabelReversed

Exceptions

ExceptionCondition
InvalidOperationException Thrown when the label object can't be reversed.

See Also

Reference

Was this information helpful?