Share

AcDbTable::flowDirection

C++

virtual AcDb::FlowDirection flowDirection() const;

Description

This function returns the direction that the table follows from its start to its finish.

Possible values for AcDb::FlowDirection are AcDb::kTtoB (top to bottom) and AcDb::kBtoT (bottom to top).

Links

AcDbTable

Was this information helpful?