Function ProAnnotationplaneViewnameGet
Description
Obtains the name of the view that was originally used to determine the orientation of the annotation plane.
Note: if the named view orientation has been changed since the annotation plane was created, the orientation of the plane will not match the current orientation of the view. Use ProAnnotationplanePlaneGet() to obtain the orientation of the plane.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAnnotation.h>
ProAnnotationplaneViewnameGet
(
/* (In)
The annotation plane.
*/
ProLine view_name
/* (Out)
The named view.
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The annotation plane was created from a named view in the model or drawing, but that view is no longer accessible.
The annotation plane was not created from a named view in the model or drawing.
See Also
User Guide References
¿Fue esto útil?