Share

SettingsAmbient.SettingsGridCoordinate Class

The GridCoordinate settings class

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsUnitlessNumber
          Autodesk.Civil.SettingsSettingsAmbientSettingsUnitNumberLinearUnitType
            Autodesk.Civil.SettingsSettingsAmbientSettingsGridCoordinate


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

Syntax

C#

public sealed class SettingsGridCoordinate : SettingsAmbientSettingsUnitNumber<LinearUnitType>

VB

Public NotInheritable Class SettingsGridCoordinate
	Inherits SettingsAmbientSettingsUnitNumber(Of LinearUnitType)

C++

public ref class SettingsGridCoordinate sealed : public SettingsAmbientSettingsUnitNumber<LinearUnitType>

The SettingsAmbientSettingsGridCoordinate type exposes the following members.

Properties

 NameDescription
Public propertyPrecision Specifies the number of digits to show to the right of the decimal.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertyRounding Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertySign Specifies how to mark numbers as positive or negative.
(Inherited from SettingsAmbientSettingsUnitlessNumber)
Public propertyUnit Specifies the unit of the measurement.
(Inherited from SettingsAmbientSettingsUnitNumberTUnit)

See Also

Reference

Was this information helpful?