API Reference > OdDb Classes > OdDbMLeader Class > OdDbMLeader Enumerations > OdDbMLeader::PropertyOverrideType Enumeration
OdDbMLeader::PropertyOverrideType Enumeration
Syntax
C++
enum PropertyOverrideType { kLeaderLineType = 0, kLeaderLineColor = 1, kLeaderLineTypeId = 2, kLeaderLineWeight = 3, kEnableLanding = 4, kLandingGap = 5, kEnableDogleg = 6, kDoglegLength = 7, kArrowSymbolId = 8, kArrowSize = 9, kContentType = 10, kTextStyleId = 11, kTextLeftAttachmentType = 12, kTextAngleType = 13, kTextAlignmentType = 14, kTextColor = 15, kTextHeight = 16, kEnableFrameText = 17, kDefaultMText = 18, kBlockId = 19, kBlockColor = 20, kBlockScale = 21, kBlockRotation = 22, kBlockConnectionType = 23, kScale = 24, kTextRightAttachmentType = 25, kTextSwitchAlignmentType = 26, kTextAttachmentDirection = 27, kTextTopAttachmentType = 28, kTextBottomAttachmentType = 29, kExtendLeaderToText = 30, kSize = kExtendLeaderToText+1 };

DbMLeader.h

Members 
Description 
kLeaderLineType = 0 
Leader line type. 
kLeaderLineColor = 1 
Leader line color. 
kLeaderLineTypeId = 2 
Leader line type ID. 
kLeaderLineWeight = 3 
Leader line weight. 
kEnableLanding = 4 
Enable landing. 
kLandingGap = 5 
Landing gap. 
kEnableDogleg = 6 
Enable dog-leg. 
kDoglegLength = 7 
Dog-leg length. 
kArrowSymbolId = 8 
Arrow symbol ID. 
kArrowSize = 9 
Arrow symbol size. 
kContentType = 10 
MLeader content type. 
kTextStyleId = 11 
Text style ID (of MText). 
kTextLeftAttachmentType = 12 
Text left attachment type (of MText). 
kTextAngleType = 13 
Text angle type (of MText). 
kTextAlignmentType = 14 
Text alignment type (of MText). 
kTextColor = 15 
Text color (of MText). 
kTextHeight = 16 
Text height (of MText). 
kEnableFrameText = 17 
Enable text frame. 
kDefaultMText = 18 
Enable use of default MText (from MLeaderStyle). 
kBlockId = 19 
Block content block ID. 
kBlockColor = 20 
Block content color. 
kBlockScale = 21 
Block content scale. 
kBlockRotation = 22 
Block content rotation. 
kBlockConnectionType = 23 
Block content connection type. 
kScale = 24 
MLeader scale. 
kTextRightAttachmentType = 25 
Text right attachment type (of MText). 
kTextSwitchAlignmentType = 26 
Text switch alignment type (of MText). 
kTextAttachmentDirection = 27 
Text attachment direction (of MText). 
kTextTopAttachmentType = 28 
Text top attachment type (of MText). 
kTextBottomAttachmentType = 29 
Text bottom attachment type (of MText). 
kExtendLeaderToText = 30 
Extend leader line to text. 
kSize = kExtendLeaderToText+1 
Size of bit set. 

Enumeration for MLeader properties which can be overridden.

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