
Replacement in Object TOOLKIT: |

ProKinDragEnvironmentSet | |
( const ProName snap_name /* (In) name of the existing snapshot which constraints will be active during drag. NULL can be passed instead. The snapshot will be checked for status (good / outdated /incomplete); */ const ProAsmcomppath* path /* (In) ProAsmcomppath of snapshot. NULL can be passed for top level snapshots. */ const ProKinDragType type /* (In) type of the drag to be performed. */ const ProSelection refobject /* (In) a selection represented coordinate system (PRO_CSYS), part (PRO_PART) or body (PRO_MDO_BODY) for advanced drag. It is relevant for advanced drag types only. For all other drag types it is ignored, NULL should be passed instead. In part selection case takes coordinates of corresponded body. */ ) |

The function was successful. | |
The environment has been set, but the snapshot is outdated. | |
The environment has been set, but the snapshot is incomplete. | |
The environment has been set, but the snapshot validity check has not been performed, because outdated or incomplete snapshot has earlier been applied. | |
One of the input parameters is bogus. | |
The function ProKinDragStart has not been called before. |


