Share

SettingsAmbient.SettingsGeneral.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.8.0.280

Syntax

C#

public PropertyEnum<PlottedUnitDisplayType> PlottedUnitDisplay { get; }

VB

Public ReadOnly Property PlottedUnitDisplay As PropertyEnum(Of PlottedUnitDisplayType)
	Get

C++

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

Property Value

PropertyEnumPlottedUnitDisplayType

See Also

Reference

Was this information helpful?