SettingsAmbientSettingsDirectionDropDecimalForWholeNumbers Property |
Specifies whether to display whole numbers with zeros after decimals:
Yes (example: North 90.00), No (example: North 90)
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<DropDecimalWholeType> DropDecimalForWholeNumbers { get; }
Public ReadOnly Property DropDecimalForWholeNumbers As PropertyEnum(Of DropDecimalWholeType)
Get
public:
property PropertyEnum<DropDecimalWholeType>^ DropDecimalForWholeNumbers {
PropertyEnum<DropDecimalWholeType>^ get ();
}
Property Value
PropertyEnumDropDecimalWholeType
See Also