Share

SettingsLandXMLExport.SettingsData Class

Data Settings for LandXML export.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsLandXMLExportSettingsData


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

Syntax

C#

public sealed class SettingsData : TreeOidWrapper

VB

Public NotInheritable Class SettingsData
	Inherits TreeOidWrapper

C++

public ref class SettingsData sealed : public TreeOidWrapper

The SettingsLandXMLExportSettingsData type exposes the following members.

Properties

 NameDescription
Public propertyAngleDirectionFormat Specifies the units of the exported angles and directions.
Public propertyCreateReadOnlyFile Specifies whether the LandXML file is created as a read-only file. This is done in two places: a tag is inserted into the LandXML, and the operating system file attributes on the file are set to read only.
Public propertyImperialUnits Specifies how to tag LandXML data when working in Imperial units.

See Also

Reference

Was this information helpful?