Defines the default imperial pipe and structure diameter units that are applied when units are not specified in the source LandXML file.

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

Syntax

C#
public LandXMLImperialUnitType Imperial { get; set; }
Visual Basic
Public Property Imperial As LandXMLImperialUnitType
	Get
	Set
Visual C++
public:
property LandXMLImperialUnitType Imperial {
	LandXMLImperialUnitType get ();
	void set (LandXMLImperialUnitType value);
}

See Also