SettingsLandXMLExportSettingsPointExport Class

Point Settings for LandXML export.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsLandXMLExportSettingsPointExport

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsPointExport : TreeOidWrapper

The SettingsLandXMLExportSettingsPointExport type exposes the following members.

Properties
 NameDescription
Public propertyCodeAttribute Specifies the field that is used for the ‘code’ attribute in the LandXML file.
Public propertyDescAttribute Specifies the field that is used for the ‘desc’ attribute in the LandXML file
Public propertyExportDescriptionKeys Specifies whether the description key definitions are exported. Select On to export all description key definitions in the drawing. If there are description keys in the drawing, a message dialog box is displayed.
Public propertyExportPointReferences Specifies whether to export point references. Point references substitute a known point name instead of using northing and easting coordinates.
Public propertyPointReferenceTolerance Specifies the tolerance value for point references.
Public propertySkipFullWhenSameAsRaw Specifies whether to export the full description if it is the same as the raw description.
Top
See Also