On import, Autodesk Civil 3D reads the LandXML.Units.diameterUnits, and if they are defined, those units are used for both pipes and structures. If units are not defined, the following unit settings are applied. Either the Imperial or Metric diameter settings are applied, based on the defined LandXML.Units.linearUnit in the file.

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

Syntax

C#
public sealed class SettingsDiameterUnits : TreeOidWrapper
Visual Basic
Public NotInheritable Class SettingsDiameterUnits _
	Inherits TreeOidWrapper
Visual C++
public ref class SettingsDiameterUnits sealed : public TreeOidWrapper

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.Settings..::..SettingsLandXMLImport..::..SettingsDiameterUnits

See Also