API Documentation > Miscellaneous > Object ProTable > Function ProTableReferenceDelete
Function ProTableReferenceDelete
Description
Delete table reference
Synopsis
#include <ProTable.h>
ProTableReferenceDelete
(
ProTable* table
/* (In)
Valid table.
*/
int index_ref
/* (In)
Indices start from 0. Get existing references from ProTableReferencesGet()
*/
)
Returns
The function completed successfully.
The input argument is invalid.
The table owner is drawing.
The object or model can't be modified.
User Guide References
Was this helpful?