SetMeasurementSystem

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > 工程 > 事件和行动 > 行动 > Client actions >

SetMeasurementSystem

这个动作切换了单位系统。

目标属性

Attribute

Value

描述

xsi:type

clientSystem.Action

 

Method attributes

Attribute

Data type or value

说明

xsi:type

clientSystem.Action.SetMeasurementSystem

 

value

metric

imperial

imperial-us

应设置的语言单位系统

行为

执行这个方法可以设置定义的单元系统。

这个同步动作可以在事件处理程序的顺序或平行动作中使用。

例子

切换到帝国的单位制

<Target xsi:type="clientSystem.Action">
    <Method xsi:type="clientSystem.Action.SetMeasurementSystem" value="imperial" />
</Target>