Right Property

Gets or sets the abbreviation string for "Right", supported as a unique label text component property field name Offset Side.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public string Right { get; set; }

Visual Basic

Public Property Right As String
	Get
	Set

Visual C++

public:
property String^ Right {
	String^ get ();
	void set (String^ value);
}

See Also