Q3Marker_GetData
You can use theQ3Marker_GetDatafunction to get the data associated with a marker.
TQ3Status Q3Marker_GetData ( TQ3GeometryObject marker, TQ3MarkerData *markerData);
marker- A marker.
markerData- On exit, a pointer to a
TQ3MarkerDatastructure.DESCRIPTION
TheQ3Marker_GetDatafunction returns, through themarkerDataparameter, information about the marker specified by themarkerparameter. QuickDraw 3D allocates memory for theTQ3MarkerDatastructure internally; you must callQ3Marker_EmptyDatato dispose of that memory.