IsValidID
The IsValidID method returns a Boolean value that indicates whether the specified object ID is valid.
ODBoolean IsValidID (in ODID id);
id- The object ID.
- return value
kODTrueif the specified object ID is valid, otherwisekODFalse.DISCUSSION
You should call this method after the end of a cloning transaction and before using an ID returned by theCloneorWeakClonemethod during that transaction.The
idparameter is an ID returned by theCloneorWeakClonemethod during the recent cloning transaction. If the corresponding object was not strongly cloned during the transaction, the ID is now invalid and should not be used.SEE ALSO
TheODIDtype (page 899).
TheODDraft::Clonemethod (page 162).
TheODDraft::WeakClonemethod (page 185).
"EndClone" on page 325 in OpenDoc Programmer's Guide.
"Reading Links for Data Transfer" on page 395 in OpenDoc Programmer's Guide.