RepeatId
This structure is used by InsertRepeat and DeleteRepeat to identify uniquely the repeat.
Syntax
typedef struct repeat_id
{
double group_id;
int repeat_sn ;
AuditInfo audit ;
}RepeatId;Parameters
group_id (in)
repeat_sn (in)
audit (in): Not used by InsertRepeat. For DeleteRepeat, this parameter of type AuditInfo tracks audit information about the repeat being deleted.
Used in Functions
Parent topic: DCAPI Structure Type Definitions