Documentazione API > Drawings and detail > Object ProDrawing > Function ProDrawingAsmsimprepAdd
Function ProDrawingAsmsimprepAdd
Description
Adds the specified simplified representation to the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingAsmsimprepAdd
(
ProDrawing drawing
/* (In)
The drawing handle
*/
ProSimprep* simp_rep
/* (In)
The the simplified representation
*/
)
Returns
The function successfully added the simplified representation to the drawing.
The simplified representation was not added to the drawing.
The function failed because one or more of the input arguments are invalid.
The function did nothing because the specified simplified representation already exists.
Sample Code References
User Guide References
È stato utile?