Command
QisLib_SetVectorHandle Function: int QisLib_SetVectorHandle(int pOnOff); Inputs: On/Off: _QIS_ON (On) or _QIS_OFF (Off) Return: 0 (always) Errors: - Description: - Tells the QisLib to return handles to boundaries or paths while returning vector data. - These handles can be used to edit the file using QisLib editing API. - It is necessary that QisLib_SetLoadMemory is set to on for this setting take effect.References: CQisBoundary CQisPath CVectHandle QisLib_SetLoadMemory |