API-Dokumentation > Drawings and detail > Object ProDtlentity > Function ProDtlentityModify
Function ProDtlentityModify
Description
Modifies any part of the description of an existing detail item. The function does not update the display.
Note : The function cannot access symbol definitions for special symbols, such as, datum targets or parametric connector symbols.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlentity.h>
ProDtlentityModify
(
ProDtlentity* entity
/* (In)
The drawing handle.
*/
ProDtlsymdef* symbol
/* (In)
If you are modifying a detail item in the drawing, set the parent to NULL. If you are modifying draft entity in a symbol definition, set the parent to be that symbol definition.
*/
/* (In)
The draft entity data.
*/
)
Returns
The function completed successfully.
Model is in read-only state.
Invalid input argument(s).
The function failed.
Sample Code References
User Guide References
War dies hilfreich?