IN_GetFirstVectorObjectID

image\bltlrgsq_shg.gif Editions   image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_GetFirstVectorObjectID function returns the identifier of the first vector object on an edit layer. Vector objects are kept in the order in which they were placed.

Syntax

int IN_GetFirstVectorObjectID( layerID, pVectorID )

Input Parameters

Values

IN_LAYER layerID

identifier of the edit layer to query

Output Parameters

Values

Meaning

IN_VECTOR_PTR pVectorID

pointer to:
0 | vectorID


none found | found object

Remarks

If no object is found, then IN_ERR_NO_MORE_OBJECTS is returned.

Release information

Added to Imagenation for Windows in Release 4.20.

As of Release 5.1, also available in Imagenation for UNIX.

See also

Getting vector object information

Placing vector objects