Category Drawings and detail, Object ProDrawing

Function ProDrawingViewDatumdisplayGet


Description
Determines if the specified datum is displayed in the drawing view.
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingViewDatumdisplayGet(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
ProSelection datum
/* (In)
The handle to a datum plane, axis, or cosmetic feature. If the view display contains an assembly, and the datum is in a component in that assembly, this must include the component path.
*/
ProViewItemdisplayStatus* status
/* (Out)
Whether or not the item is shown in this view.
*/
)
Returns
PRO_TK_NO_ERRORThe function returned the information.
PRO_TK_BAD_INPUTSOne or more input arguments is invalid.
PRO_TK_BAD_CONTEXTThe top level assembly in the selection does not match the model shown in this view.

Manual References:

  1. Drawings: Listing Drawing Views
  2. Drawings: Listing Drawing Views