Function ProParameterDelete
Description
Deletes the specified ProParameter from the database.
Replacement in Object TOOLKIT:
Synopsis
#include <ProParameter.h>
ProParameterDelete
(
/* (In)
The ProParameter to delete
*/
)
Returns
The function successfully deleted the parameter.
Model is in read-only state.
The owner was not found.
The parameter was not found, or the function could not perform the action.
Sample Code References
User Guide References
Was this helpful?