PxToIdGet()

Return the object ID of the object handle To.

APPLIES TO

8.2.0

SYNOPSIS
PxObjId_t PxToIdGet (PxTo_t To);
ARGUMENTS
To

A To handle

RETURN VALUES
  • Object ID of the object handle To

DESCRIPTION

PxToIdGet returns the object ID of the object handle To.

USAGE
#include "pxdef.h"

PxObjId_t objid = PxToIdGet(To);