Deletes the supplied sight.
GSErrCode ACAPI_3D_DeleteSight ( void* sightPtr );
Parameters
- sightPtr
- [in] A pointer to the sight to delete.
Return Values
NoError
- The function has completed with success.
APIERR_GENERAL
- The passed
sightId
was invalid.
For other common API errors see the API Errors document.
Remarks
Only pass sight pointers created with ACAPI_3D_CreateSight to this function.
Requirements
- Version: API 4.1 or later
- Header: ACAPinc.h