HXP
Command Interface Manual
Description
This function is used to process synchrounous GroupReferencingActionExecute
command which is used to Execute an action in referencing mode. Refer to the XPS
Programmer's manual to get the command description.
2.2.70
GroupReferencingStart
Syntax
C# prototype
int GroupReferencingStart(string GroupName, out string errstring)
Python prototype
[errstring] GroupReferencingStart (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupReferencingStart command which
is used to Enter referencing mode. Refer to the XPS Programmer's manual to get the
command description.
2.2.71
GroupReferencingStop
Syntax
C# prototype
int GroupReferencingStop(string GroupName, out string errstring)
Python prototype
[errstring] GroupReferencingStop (GroupName)
Parameters
Input parameters
(string) GroupName: GroupName
Output parameters
(string) errString: The failure reason
Return
(int) error code: 0 in success and -1 on failure
Description
This function is used to process synchrounous GroupReferencingStop command which
is used to Exit referencing mode. Refer to the XPS Programmer's manual to get the
command description.
37
EDH0318En1042 — 12/18