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.