Function ProAnnotationplaneFrozenSet
Description
Assigns whether the annotation plane orientation is frozen or not. Applicable only to annotation planes governed by references.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneFrozenSet
(
/* (In)
The annotation plane.
*/
ProBoolean frozen
/* (In)
PRO_B_TRUE if the annotation plane is frozen, PRO_B_FALSE if its driven by a reference to the plane geometry.
*/
/* (Out)
The new annotation plane after the frozen property was changed.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation plane is not governed by a reference.
The annotation plane is already frozen (or not frozen), no change was made.
See Also
User Guide References
¿Fue esto útil?