API 文件集 > 3D drawings and annotations > Object ProAnnotationplane > Function ProAnnotationplaneForcetoplaneflagGet
Function ProAnnotationplaneForcetoplaneflagGet
Description
Get the force-to-plane property of an annotation plane.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneForcetoplaneflagGet
(
/* (In)
The annotation plane.
*/
ProBoolean* force_to_plane
/* (Out)
PRO_B_TRUE if the annotations are to be forced to this plane, PRO_B_FALSE otherwise.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation plane is not governed by a reference.
這是否有幫助?