Function ProSetdatumtagAttachmentGet
Description
Obtains the item to which the set datum tag is attached (dimension, gtol, or geometry).
Replacement in Object TOOLKIT:
Licensing Requirement
Synopsis
#include <ProSetDatumTag.h>
ProSetdatumtagAttachmentGet
(
/* (In)
The set datum tag.
*/
ProSelection* attachment
/* (Out)
The attachment. (Caller should free memory of *attachment by using ProSelectionFree().)
*/
)
Returns
The function succeeded.
One or more input arguments was invalid.
The set datum tag attachment is to the datum itself.
See Also
User Guide References
¿Fue esto útil?