10.7.7 Get_Locus_Overlapped_Vector Procedure

The Get_Many_Locus_OV and Get_One_Locus_OV procedures return the loci of the Many and One Structures of the Overlapped Vector respectively.

Calling syntax:

Character = Many_Locus(OV) or
Character = One_Locus(OV)  

Input variable:

 OV  The Overlapped_Vector object to be queried.

Output variable:

 Locus  The specified locus of the Overlapped_Vector object.

The Get_Locus_Overlapped_Vector code listing contains additional documentation.

Michael L. Hall