API Reference > OdDb Classes > OdDbMLeaderStyle Class > OdDbMLeaderStyle Enumerations > OdDbMLeaderStyle::ContentType Enumeration
OdDbMLeaderStyle::ContentType Enumeration
Syntax
C++
enum ContentType { kNoneContent = 0, kBlockContent = 1, kMTextContent = 2, kToleranceContent = 3 };

DbMLeaderStyle.h

Members 
Description 
kNoneContent = 0 
The MLeader has no content. 
kBlockContent = 1 
The MLeader has block content. 
kMTextContent = 2 
The MLeader has mtext content. 
kToleranceContent = 3 
The MLeader has tolerance content. 

Enumeration for the content type of an MLeader.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.