Gets or sets the foot to meter conversion flag that determines what the unit "foot" means.
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: 13.4.2516.0
Syntax
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.
|
System..::..InvalidOperationException |
Thrown when the DrawingUnits is DrawingUnitType::Feet and the coordinate system units is neither AeccICoordSys::UNIT_USFOOT nor AeccICoordSys::UNIT_METER.
|
See Also