Share

SettingsAmbient.SettingsCoordinate Class

Specifies how to display X and Y coordinates.

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class SettingsCoordinate : SettingsAmbientSettingsUnitNumber<LinearUnitType>

VB

Public NotInheritable Class SettingsCoordinate
	Inherits SettingsAmbientSettingsUnitNumber(Of LinearUnitType)

C++

public ref class SettingsCoordinate sealed : public SettingsAmbientSettingsUnitNumber<LinearUnitType>

The SettingsAmbientSettingsCoordinate 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?