Synopsis
(macro) int gdx_IsCurve(DDF_TF tf)
Purpose
Determine if a GDX type form is of curve type.
Description
This macros provides a simple way to determine if a GDX entity is a curve.
Input
tf
The GDX entity type form.
Return
Result of comparison, 0 - tf is not a curve type 1 - tf is a curve type