| Description |
| Accesses the planar surface used as an annotation plane. |
| Synopsis |
| #include <ProAnnotation.h> |
| ProError | ProAnnotationplaneReferenceGet | ( |
| ProAnnotationPlane* plane | |
| /*
(In) |
| The annotation plane handle. |
| */ |
| ProSelection* reference | |
| /*
(Out) |
| The planar surface to use as the annotation plane. |
| */ |
| ) |
| Returns |
|
| PRO_TK_NO_ERROR | | The function succeeded. |
| PRO_TK_BAD_INPUTS | | One or more arguments was invalid. |
| PRO_TK_E_NOT_FOUND | | The annotation plane does not contain a reference plane (annotation was created using a drawing view's default orientation as its annotation plane). |
| PRO_TK_EMPTY | | The annotation plane orientation is frozen with respect to the reference, and the reference is currently missing from the model. |
|
| See Also |
| ProAnnotationplaneTypeGet |