Share

SettingsAmbient.SettingsAngle.DropDecimalForWholeNumbers Property

Specifies whether to display whole numbers with zeros after decimals: Yes (example: North 90.00), No (example: North 90)



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

Syntax

C#

public PropertyEnum<DropDecimalWholeType> DropDecimalForWholeNumbers { get; }

VB

Public ReadOnly Property DropDecimalForWholeNumbers As PropertyEnum(Of DropDecimalWholeType)
	Get

C++

public:
property PropertyEnum<DropDecimalWholeType>^ DropDecimalForWholeNumbers {
	PropertyEnum<DropDecimalWholeType>^ get ();
}

Property Value

PropertyEnumDropDecimalWholeType

See Also

Reference

Was this information helpful?