AcDbEntity::VisualStyleType Enumeration   

C++
enum VisualStyleType {
  kFullVisualStyle,
  kFaceVisualStyle,
  kEdgeVisualStyle
};
File

dbmain.h

Members
Members 
Description 
kFullVisualStyle 

Full visual style, defines the overall visual style of the entity. 
kFaceVisualStyle 

Optional face-only visual style which can vary independently of the full visual style. 
kEdgeVisualStyle 

Optional edge-only visual style which can vary independently of the full visual style. 
Description

 

Enumerates the visual style types that can be set into an entity.