Defines the default metric 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.7.0.1276
Syntax
C#
public LandXMLMetricUnitType Metric { get; set; }
VB
Public Property Metric As LandXMLMetricUnitType Get Set
C++
public: property LandXMLMetricUnitType Metric { LandXMLMetricUnitType get (); void set (LandXMLMetricUnitType value); }