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.8.0.280
Syntax
C#
public string Right { get; set; }
VB
Public Property Right As String Get Set
C++
public: property String^ Right { String^ get (); void set (String^ value); }