Documentación de la API > Assembly > Object ProRule > Function ProRuleInitZone
Function ProRuleInitZone
Description
Initializes the ProRule data structure according to the specified data.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRule.h>
ProRuleInitZone
(
ProFeature* zone_feat
/* (In)
The data specific to the rule type being initialized
*/
ProRule* rule
/* (Out)
The ProRule data structure to be filled in
*/
)
Returns
The function successfully initialized the data structure.
The input argument is invalid.
Sample Code References
User Guide References
¿Fue esto útil?