Documentação da API > Features > Object ProPattern > Function ProPatternHeaderGet
Function ProPatternHeaderGet
Description
Gets the Header of the specified pattern object.
Synopsis
#include <ProPattern.h>
ProPatternHeaderGet
(
ProPattern* p_pattern
/* (In)
The pattern object
*/
ProFeature* r_pat_head_feat
/* (Out)
The pattern header
*/
)
Returns
The function successfully retrieved the header.
The specified pattern object is invalid.
User Guide References
Isto foi útil?