Documentação da API > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneForcetoplaneflagSet
Function ProAnnotationplaneForcetoplaneflagSet
Description
Set the force-to-plane property of an annotation plane.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneForcetoplaneflagSet
(
/* (In)
The annotation plane.
*/
ProBoolean force_to_plane
/* (In)
PRO_B_TRUE if the annotations are to be forced to this plane, PRO_B_FALSE otherwise.
*/
/* (Out)
The new annotation plane after the force-to-plane property was changed.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation plane is not governed by a reference.
No change was made - the same value of the force-to-plane property is already set.
User Guide References
Isto foi útil?