API Documentation > Drawings and detail > Object ProDrawing > Function ProDrawingViewNameGet
Function ProDrawingViewNameGet
Description
Returns the name of a view in the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingViewNameGet
(
ProDrawing drawing
/* (In)
The handle to the drawing.
*/
ProView view
/* (In)
The view handle.
*/
ProName name
/* (Out)
The view name.
*/
)
Returns
Function successfully retrieved the information.
One or more of the input arguments are invalid.
The view did not have a name.
Sample Code References
User Guide References
Was this helpful?