Description | ||||||||||||||
Assigns whether the annotation plane orientation is frozen or not. Applicable only to annotation planes governed by references. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotation.h> | ||||||||||||||
ProError | ProAnnotationplaneFrozenSet | ( | ||||||||||||
ProAnnotationPlane* plane | ||||||||||||||
/* (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. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationPlane* new_plane | ||||||||||||||
/* (Out) | ||||||||||||||
The new annotation plane after the frozen property was changed. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|
||||||||||||||
See Also | ||||||||||||||
ProAnnotationplaneTypeGet |