pipObjectGetInfo - spatial_geostan - 2024.00

Spatial+ Reference for Windows, UNIX/Linux, z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Spatial+
Version
2024.00
Language
English
Product name
Spatial+
Title
Spatial+ Reference for Windows, UNIX/Linux, z/OS
Copyright
2024
First publish date
1994
Last updated
2024-05-07
Published on
2024-05-07T22:16:04.316305

Retrieves the header information for the current object.

Syntax

intl pipObjectGetInfo ( pipObjectFile obj_h, pipObjectInfoStruct *pInfo );

Arguments

obj_h The handle of the opened object file. Input.

*pInfo Structure containing attribute information about an object. Output.

Return Value

PIP_OK PIP_ERROR

Prerequisites

pipObjectFindFirstContaining, pipObjectFindFirstName, pipObjectFindFirstNearest, pipObjectFindFirstPolygon, or pipObjectFindFirstRect.

Alternates

None.

Notes

The pipObjectInfoStruct structure contains the following information about an object:

char name[128] Primary name.
char name2[128] Secondary name.
intl type PIP_REGION, PIP_LINE, or PIP_POINT.
intl layer Layer code.
intl xCenter, yCenter Point location or label position.
intl xMin, yMin, xMax, yMax MBR, not used for points.
intl penStyle, penWidth, penColor Line style, border style, or symbol style for points.
intl brushStyle, brushColor, brushBackgroundColor Fill style, used only for regions.

For a complete description of each of the items in the structure, see pipImportInsert.