Share

SettingsLandXMLImport.SettingsTranslation Class

Translation settings for LandXML importing.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsLandXMLImportSettingsTranslation


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

Syntax

C#

public sealed class SettingsTranslation : TreeOidWrapper

VB

Public NotInheritable Class SettingsTranslation
	Inherits TreeOidWrapper

C++

public ref class SettingsTranslation sealed : public TreeOidWrapper

The SettingsLandXMLImportSettingsTranslation type exposes the following members.

Properties

 NameDescription
Public propertyBasePointEasting Specifies the base point easting coordinate from which all import values are translated.
Public propertyBasePointElevation Specifies the base point elevation from which all import values are translated.
Public propertyBasePointNorthing Specifies the base point northing coordinate from which all import values are translated.
Public propertyTranslate Specifies whether to translate data to new coordinates when importing the data from the LandXML file.
Public propertyTranslatedCoordinateEasting Specifies the easting coordinate value used to translate data from the base point.
Public propertyTranslatedCoordinateElevation Specifies the elevation value used to translate data from the base point.
Public propertyTranslatedCoordinateNorthing Specifies the northing coordinate value used to translate data from the base point.

See Also

Reference

Was this information helpful?