Editions
Related Functions
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 | |
|
Values |
Meaning | |
|
IN_VECTOR_PTR pVectorID |
pointer to: |
|
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