Gets or sets the foot to meter conversion flag that determines what the unit "foot" means.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public ImperialToMetricConversionType ImperialToMetricConversion { get; set; } |
Visual Basic |
---|
Public Property ImperialToMetricConversion As ImperialToMetricConversionType Get Set |
Visual C++ |
---|
public: property ImperialToMetricConversionType ImperialToMetricConversion { ImperialToMetricConversionType get (); void set (ImperialToMetricConversionType value); } |
Exceptions
Exception | Condition |
---|---|
System..::..InvalidOperationException | Thrown when the DrawingUnits is DrawingUnitType::Feet and the coordinate system units is neither AeccICoordSys::UNIT_USFOOT nor AeccICoordSys::UNIT_METER. |