PlottedUnitDisplay Property

Specifies how to display numbers in interface controls and on the command line.

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

Syntax

C#

public PropertyEnum<PlottedUnitDisplayType> PlottedUnitDisplay { get; }

Visual Basic

Public ReadOnly Property PlottedUnitDisplay As PropertyEnum(Of PlottedUnitDisplayType)
	Get

Visual C++

public:
property PropertyEnum<PlottedUnitDisplayType>^ PlottedUnitDisplay {
	PropertyEnum<PlottedUnitDisplayType>^ get ();
}

See Also