API Reference > OdDb Classes > OdDbSectionSettings Class > OdDbSectionSettings Methods > OdDbSectionSettings::setPlotStyleName Method
OdDbSectionSettings::setPlotStyleName Method
Syntax
C++
void setPlotStyleName(OdDbSectionSettings::SectionType nSecType, OdDbSectionSettings::Geometry nGeometry, const OdString& pszPlotStyleName);
Parameters 
Description 
OdDbSectionSettings::SectionType nSecType 
[in] Section type.  
OdDbSectionSettings::Geometry nGeometry 
[in] Geometry, which plot style name will be set.  
const OdString& pszPlotStyleName 
[in] Plot style name to set. 

Sets the plot style name of the specified geometry. 

 

Possible section types are:

kLiveSection - 0x1, 
k2dSection - 0x2, 
k3dSection - 0x4 

Possible geometries are:

kIntersectionBoundary - 0x1, 
kIntersectionFill - 0x2, 
kBackgroundGeometry - 0x4, 
kForegroundGeometry - 0x8, 
kCurveTangencyLines - 0x10 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.