IN_GetVectorObjectDescription

image\bltlrgsq_shg.gif Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

Output Parameters

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

image\bltlrgsq_shg.gif annotation

image\bltlrgsq_shg.gif arc

image\bltlrgsq_shg.gif ellipse or circle

image\bltlrgsq_shg.gif line

image\bltlrgsq_shg.gif polygon, box, box-shaped highlight area, or box-shaped erase area

image\bltlrgsq_shg.gif polyline, sketch, highlighted sketch, rubout sketch

image\bltlrgsq_shg.gif text

image\bltlrgsq_shg.gif groups of objects

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

Getting vector object information

Placing vector objects