API Documentation > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneFrozenGet
Function ProAnnotationplaneFrozenGet
Description
Obtains 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>
ProAnnotationplaneFrozenGet
(
/* (In)
The annotation plane.
*/
ProBoolean* frozen
/* (Out)
PRO_B_TRUE if the annotation plane is frozen, PRO_B_FALSE if its driven by a reference to the plane geometry.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation plane is not governed by a reference.
See Also
User Guide References
Was this helpful?