Editions
Related Functions
Example
The IN_GetVectorObjectDescription function returns the data description of the specified vector object.
Syntax
int IN_GetVectorObjectDescription( layerID, vectorID, maxSize, pObjectDesc, pDescSize )
|
Input Parameters |
Meaning |
|
IN_LAYER layerID |
identifier of the edit layer to query |
|
IN_VECTOR vectorID |
identifier of the vector object to query |
|
USHORT maxSize |
the maximum size of the pObjectDesc array in bytes |
|
Meaning | |
|
STDPTR pObjectDesc |
pointer to the structure for the object data description |
|
USHORTPTR pDescSize |
pointer to the number of bytes in the object data description |
Vector object structures for pObjectDesc
polygon, box, box-shaped highlight area, or box-shaped erase area
polyline, sketch, highlighted sketch, rubout sketch
Release information
Added to Imagenation for Windows in Release 4.20.
This function has not been tested in Imagenation for UNIX, so it should not be used in UNIX integrations.
See also