Translation settings for LandXML importing.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
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
| Name | Description | |
|---|---|---|
| BasePointEasting | Specifies the base point easting coordinate from which all import values are translated. | |
| BasePointElevation | Specifies the base point elevation from which all import values are translated. | |
| BasePointNorthing | Specifies the base point northing coordinate from which all import values are translated. | |
| Translate | Specifies whether to translate data to new coordinates when importing the data from the LandXML file. | |
| TranslatedCoordinateEasting | Specifies the easting coordinate value used to translate data from the base point. | |
| TranslatedCoordinateElevation | Specifies the elevation value used to translate data from the base point. | |
| TranslatedCoordinateNorthing | Specifies the northing coordinate value used to translate data from the base point. |
