Documentação da API > Features > Object ProPattern > Function ProPatternLeaderGet
Function ProPatternLeaderGet
Description
Gets the leader of the specified pattern object.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPattern.h>
ProPatternLeaderGet
(
ProPattern* p_pattern
/* (In)
The pattern object
*/
ProFeature* r_pat_lead_feat
/* (Out)
The pattern leader
*/
)
Returns
The function successfully retrieved the information.
The specified pattern object is invalid.
Sample Code References
User Guide References
Isto foi útil?