AutoCreateVariableLocationOptions
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
AutoCreateVariableLocationOptions
Use the following constants with the StationOptions.AutoCreateVariableLocation property.
- AutoCreateVariableLocationOption_FileGlobals –(Value: 3) Use FileGlobals as the location.
- AutoCreateVariableLocationOption_Locals –(Value: 1) Use Locals as the location.
- AutoCreateVariableLocationOption_Parameters –(Value: 2) Use Parameters as the location.
- AutoCreateVariableLocationOption_StationGlobals –(Value: 4) Use StationGlobals as the location.