API Reference > OdDb Classes > OdDbSectionSettings Class > OdDbSectionSettings Methods > OdDbSectionSettings::setCurrentSectionType Method
OdDbSectionSettings::setCurrentSectionType Method
Syntax
C++
void setCurrentSectionType(OdDbSectionSettings::SectionType nSecType);

Sets 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.