SettingsUnitZoneImperialToMetricConversion Property |
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.8.0.292
Syntaxpublic ImperialToMetricConversionType ImperialToMetricConversion { get; set; }Public Property ImperialToMetricConversion As ImperialToMetricConversionType
Get
Set
public:
property ImperialToMetricConversionType ImperialToMetricConversion {
ImperialToMetricConversionType get ();
void set (ImperialToMetricConversionType value);
}Property Value
ImperialToMetricConversionType
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when the DrawingUnits is DrawingUnitType::Feet and the coordinate system units is neither AeccICoordSys::UNIT_USFOOT nor AeccICoordSys::UNIT_METER.
|
| InvalidOperationException |
Thrown when the DrawingUnits is DrawingUnitType::Feet and the coordinate system units is neither AeccICoordSys::UNIT_USFOOT nor AeccICoordSys::UNIT_METER.
|
See Also