C++
virtual Acad::ErrorStatus setFlowDirection( AcDb::FlowDirection flow );
Description
This function sets the flow direction for the table. Possible values for AcDb::FlowDirection are AcDb::kTtoB (top to bottom) and AcDb::kBtoT (bottom to top).
Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.
Parameters
Parameters | Description |
---|---|
flow | Input value specifying the flow direction for the table |