gdlShapeGetStr - geographicdeterminationlibrary - 2024.00

Geographic Determination Library Reference for Windows and z/OS

Product type
Software
Portfolio
Locate
Product family
GeoStan Geocoding Suite
Product
GeoStan Geocoding Suite > Geographic Determination Library
Version
2024.00
ft:locale
en-US
Product name
GeoStan Geocoding Suite
ft:title
Geographic Determination Library Reference for Windows and z/OS
Copyright
2024
First publish date
1994
ft:lastEdition
2024-05-09
ft:lastPublication
2024-05-09T00:55:21.277000

Returns properties from the shape object in the form of a string.

Syntax

intl gdlShapeGetStr( gdlShape shape, intl type, char* value, intl max_size );

Arguments

shape

The GDL shape. Input.

type

The type of variable to return. Input.

GDL Type Variables Explanation
GDL_NAME The name of the object.
GDL_NAME2 The secondary name of the object

value

An array of characters in which to place the property value.Output.

max_size

The size of the character array in value. Input.

Return values

GDL_ERROR

GDL_OK

Prerequisites

None.

Alternates

None.