Share

SettingsRoot Class

The root of the settings hierarchy.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsRoot


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

Syntax

C#

public sealed class SettingsRoot : TreeOidWrapper

VB

Public NotInheritable Class SettingsRoot
	Inherits TreeOidWrapper

C++

public ref class SettingsRoot sealed : public TreeOidWrapper

The SettingsRoot type exposes the following members.

Properties

 NameDescription
Public propertyAssociateShortcutProjectId Gets or sets the id of associate shortcut project to this drawing.
Public propertyDrawingSettings Gets the Drawing settings.
Public propertyLandXMLSettings Gets the LandXML importing/exporting settings.
Public propertyTagSettings Gets the tag settings.

Methods

 NameDescription
Public methodGetSettingsT Gets feature settings or command settings by specifying a type.

See Also

Reference

Was this information helpful?