tpm_editupdelem

Land Desktop Development ARX CPP SDK

Up a level
tpm_editupdelem
 
 

Updates a topology element.

int

tpm_editupdelem(

ade_id tpm_id,

ade_id elem_id);

Returns RTNORM if the object was successfully updated or an error code if it was not.

tpm_id The topology ID.
elem_id The ID of the desired element.

This function updates a topology element so that it reflects the current state of the corresponding entity in AutoCAD. This function is normally used in conjunction with AutoCAD Notification so that changes made in AutoCAD can be reflected in the topology model.