API Documentation > Enumerated Types > Enum pfcSymbolDefAttachmentType
Enum pfcSymbolDefAttachmentType
Description
This enumerated type represents the symbol definition attachment options.
See Also:
Values
pfcSYMDEFATTACH_FREE
Attachment on a free point.
pfcSYMDEFATTACH_LEFT_LEADER
Attachment via a leader on the left side of the symbol.
pfcSYMDEFATTACH_RIGHT_LEADER
Attachment via a leader on the right side of the symbol.
pfcSYMDEFATTACH_RADIAL_LEADER
Attachment via a leader on a radial location.
pfcSYMDEFATTACH_ON_ITEM
Attachment on an item in the symbol definition.
pfcSYMDEFATTACH_NORMAL_TO_ITEM
Attachment normal to an item in the symbol definition.
pfcSymbolDefAttachmentType_nil
Enum null value.
Was this helpful?