StationOptions.AutoCreateVariableLocation
- 업데이트 날짜:2025-07-21
- 1분 (읽기 시간)
StationOptions.AutoCreateVariableLocation
Syntax
StationOptions.AutoCreateVariableLocation
Data Type
AutoCreateVariableLocationOptions
Use the following constants with this data type:
- 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.
Purpose
Specifies the location where automatically generated variables are created.