Share

SettingsAmbient.SettingsTime Class

These settings specify how to display time.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsAmbientSettingsTime


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

Syntax

C#

public sealed class SettingsTime : TreeOidWrapper

VB

Public NotInheritable Class SettingsTime
	Inherits TreeOidWrapper

C++

public ref class SettingsTime sealed : public TreeOidWrapper

The SettingsAmbientSettingsTime type exposes the following members.

Properties

 NameDescription
Public propertyPrecision Specifies the number of digits to show to the right of the decimal.
Public propertyRounding Specifies how numbers are rounded up or down to the number of decimal places specified in Precision.
Public propertyUnit Specifies the unit of the measurement.

See Also

Reference

Was this information helpful?