YokogawaSystemInfoProgramAreaSize 属性 |
当前系统的程序大小,如果是Sequence系统,就是步序总量,如果是BASIC系统,就是字节数量
The program size of the current system, if it is a Sequence system, it is the total number of steps, if it is a BASIC system, it is the number of bytes
命名空间:
HslCommunication.Profinet.Yokogawa
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int ProgramAreaSize { get; set; }
Public Property ProgramAreaSize As Integer
Get
Set
public:
property int ProgramAreaSize {
int get ();
void set (int value);
}
member ProgramAreaSize : int with get, set
属性值
类型:
Int32参见