Documentación de la API > Drawings and detail > Object ProDrawing > Function ProDrawingAsmsimprepDelete
Function ProDrawingAsmsimprepDelete
Description
Deletes the specified simplified representation from the drawing.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingAsmsimprepDelete
(
ProDrawing drawing
/* (In)
The drawing handle
*/
ProSimprep* simp_rep
/* (In)
The simplified representation
*/
)
Returns
The function successfully deleted the simplified representation from the drawing.
The function failed because of an internal error.
The function failed because one or more of the input arguments are invalid.
The function did nothing because the simplified representation is null.
The function failed because the specified simplified representation is not in the drawing.
The function failed because the specified model and simplified representation are referenced by another view in the drawing.
Sample Code References
User Guide References
¿Fue esto útil?