| FanucSeries0iOperatePath 属性  | 
 
            获取或设置当前操作的路径信息,默认为1,如果机床支持多路径的,可以设置为其他值。
            Gets or sets the path information for the current operation, the default is 1, if the machine supports multipathing, it can be set to other values.
            
 
        命名空间: 
     HslCommunication.CNC.Fanuc
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public short OperatePath { get; set; }Public Property OperatePath As Short
	Get
	Set
public:
property short OperatePath {
	short get ();
	void set (short value);
}member OperatePath : int16 with get, set
属性值
类型:
Int16 参见
参见