Category
Features
, Object
ProPattern
Function ProPatternDelete
Description
Deletes the specified pattern.
Replacement in Object TOOLKIT:
pfcFeaturePattern::Delete
Synopsis
#include <
ProPattern.h
>
ProError
ProPatternDelete
(
ProPattern
*
p_pattern
/* (In)
The pattern object
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully deleted the pattern.
PRO_TK_BAD_INPUTS
The specified pattern object is invalid.
Manual References:
Core: Features: Patterns as Features
Core: Features: Patterns as Features