Share

ICommonLabel.Flipped Property

Gets or sets the flipped state of the label.



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

Syntax

C#

bool Flipped { get; set; }

VB

Property Flipped As Boolean
	Get
	Set

C++

property bool Flipped {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

Exceptions

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

See Also

Reference

Was this information helpful?