API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewDatumdisplayGet
Function ProDrawingViewDatumdisplayGet
Description
Determines if the specified datum is displayed in the drawing view.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewDatumdisplayGet
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProView view
/* (In)
The view handle.
*/
/* (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.
*/
/* (Out)
Whether or not the item is shown in this view.
*/
)
Returns
The function returned the information.
One or more input arguments is invalid.
The top level assembly in the selection does not match the model shown in this view.
User Guide References
Was this helpful?