Q3Attribute_Submit
You can use theQ3Attribute_Submitfunction to submit an attribute in immediate mode.
TQ3Status Q3Attribute_Submit ( TQ3AttributeType attributeType, const void *data, TQ3ViewObject view);
attributeType- An attribute type.
data- A pointer to the attribute's data.
view- A view.
DESCRIPTION
TheQ3Attribute_Submitfunction submits the attribute specified by theattributeTypeanddataparameters into the view specified by theviewparameter.SPECIAL CONSIDERATIONS
You should callQ3Attribute_Submitonly in a submitting loop.