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
这对您有帮助吗?