Q3GeneralPolygon_SetData
You can use theQ3GeneralPolygon_SetDatafunction to set the data that defines a general polygon and its attributes.
TQ3Status Q3GeneralPolygon_SetData ( TQ3GeometryObject generalPolygon, const TQ3GeneralPolygonData *generalPolygonData);
generalPolygon- A general polygon.
generalPolygonData- A pointer to a
TQ3GeneralPolygonDatastructure.DESCRIPTION
TheQ3GeneralPolygon_SetDatafunction sets the data associated with the general polygon specified by thegeneralPolygonparameter to the data specified by thegeneralPolygonDataparameter.