API Reference > OdDb Classes > OdDbSectionSettings Class > OdDbSectionSettings Methods > OdDbSectionSettings::currentSectionType Method
OdDbSectionSettings::currentSectionType Method
Syntax
C++
OdDbSectionSettings::SectionType currentSectionType() const;

Returns an enum value stating the current section type.

Possible section types are:

kLiveSection - 0x1, 
k2dSection - 0x2, 
k3dSection - 0x4 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.