Namespaces | Macros | Enumerations
DetailingSymbolCore.r.h File Reference

Go to the source code of this file.

Namespaces

 Bentley
 The Bentley namespace contains types defined by the Bentley Library.
 

Macros

#define __detailingsymbolcoreH__
 

Enumerations

enum  DetailingSymbolType {
  Invalid = 0, DrawingBoundary = 1, TitleText = 2, SectionCallout = 3,
  DetailCallout = 4, ElevationCallout = 5, PlanCallout = 6, InteriorElevationCallout = 7,
  All = 8
}
 Detailing Symbol Types. More...
 
enum  DetailingSymbolMandatoryType { None = 0, Single = 1, Dependant = 2 }
 Values to identify whether a part of a detailing symbol is mandatory or optional. More...
 
enum  SectionCalloutPartID {
  None = 0, StartTerminator = 1, StartWing = 2, Section_Leader = 3,
  EndTerminator = 4, EndWing = 5, MAX = 6
}
 SectionCallout is divided into parts that are identified by these part ids. More...
 
enum  SectionCalloutProp {
  Invalid = 0, StartTerminatorCell_STRING = 1, StartTerminator_COLOR = 2, StartTerminator_LINESTYLE = 3,
  StartTerminator_WEIGHT = 4, StartWingCell_STRING = 5, StartWing_COLOR = 6, StartWing_LINESTYLE = 7,
  StartWing_WEIGHT = 8, EndTerminatorCell_STRING = 9, EndTerminator_COLOR = 10, EndTerminator_LINESTYLE = 11,
  EndTerminator_WEIGHT = 12, EndWingCell_STRING = 13, EndWing_COLOR = 14, EndWing_LINESTYLE = 15,
  EndWing_WEIGHT = 16, Leader_COLOR = 17, Leader_LINESTYLE = 18, Leader_WEIGHT = 19
}
 Settings of SectionCallout controlled by DetailingSymbolStyle. More...
 
enum  PlanCalloutPartID {
  None = 0, StartTerminator = 1, StartWing = 2, EndTerminator = 3,
  EndWing = 4, Plan_Leader = 5, MAX = 6
}
 PlanCallout is divided into parts that are identified by these part ids. More...
 
enum  PlanCalloutProp {
  Invalid = 0, StartTerminatorCell_STRING = 1, StartTerminator_COLOR = 2, StartTerminator_LINESTYLE = 3,
  StartTerminator_WEIGHT = 4, EndTerminatorCell_STRING = 5, EndTerminator_COLOR = 6, EndTerminator_LINESTYLE = 7,
  EndTerminator_WEIGHT = 8, Leader_COLOR = 9, Leader_LINESTYLE = 10, Leader_WEIGHT = 11,
  StartWingCell_STRING = 12, StartWingCell_COLOR = 13, StartWingCell_LINESTYLE = 14, StartWingCell_WEIGHT = 15,
  EndWingCell_STRING = 16, EndWingCell_COLOR = 17, EndWingCell_LINESTYLE = 18, EndWingCell_WEIGHT = 19
}
 Settings of PlanCallout controlled by DetailingSymbolStyle. More...
 
enum  ElevationCalloutPartID { None = 0, Terminator = 1, Wing = 2, MAX = 3 }
 ElevationCallout is divided into parts that are identified by these part ids. More...
 
enum  ElevationCalloutProp {
  Invalid = 0, TerminatorCell_STRING = 1, Terminator_COLOR = 2, Terminator_LINESTYLE = 3,
  Terminator_WEIGHT = 4, WingCell_STRING = 5, Wing_COLOR = 6, Wing_LINESTYLE = 7,
  Wing_WEIGHT = 8
}
 Settings of ElevationCallout controlled by DetailingSymbolStyle. More...
 
enum  DrawingBoundaryPartID {
  None = 0, Terminator = 1, Title = 2, BoundaryElement = 3,
  MAX = 4
}
 DrawingBoundary is divided into parts that are identified by these part ids. More...
 
enum  DrawingBoundaryProp {
  Invalid = 0, TerminatorCell_STRING = 1, Terminator_COLOR = 2, Terminator_LINESTYLE = 3,
  Terminator_WEIGHT = 4, TitleCell_STRING = 5, Title_COLOR = 6, Title_LINESTYLE = 7,
  Title_WEIGHT = 8, BubbleOnLeft_INTEGER = 9, UnderlineType_INTEGER = 10, UnderlineLength_UORS = 11,
  UnderlineMargin_UORS = 12, DisplayAnnotation_BOOL = 13, DisplayBoundary_BOOL = 14
}
 Settings of DrawingBoundary controlled by DetailingSymbolStyle. More...
 
enum  TitleTextPartID { None = 0, Title = 1, MAX = 2 }
 TitleText is divided into parts that are identified by these part ids. More...
 
enum  TitleTextProp {
  Invalid = 0, TitleCell_STRING = 1, Title_COLOR = 2, Title_LINESTYLE = 3,
  Title_WEIGHT = 4
}
 Settings of TitleText controlled by DetailingSymbolStyle. More...
 
enum  DetailCalloutPartID {
  None = 0, DetailArea = 1, Detail_Leader = 2, Terminator = 3,
  MAX = 4
}
 DetailCallout is divided into parts that are identified by these part ids. More...
 
enum  DetailCalloutProp {
  Invalid = 0, TerminatorCell_STRING = 1, Terminator_COLOR = 2, Terminator_LINESTYLE = 3,
  Terminator_WEIGHT = 4, DetailArea_COLOR = 5, DetailArea_LINESTYLE = 6, DetailArea_WEIGHT = 7,
  Leader_COLOR = 8, Leader_LINESTYLE = 9, Leader_WEIGHT = 10
}
 Settings of DetailCallout controlled by DetailingSymbolStyle. More...
 
enum  InteriorElevationCalloutPartID { None = 0, Terminator = 1, Wing = 2, MAX = 3 }
 InteriorElevationCallout is divided into parts that are identified by these part ids. More...
 
enum  InteriorElevationCalloutProp {
  Invalid = 0, TerminatorCell_STRING = 1, Terminator_COLOR = 2, Terminator_LINESTYLE = 3,
  Terminator_WEIGHT = 4, WingCell_STRING = 5, Wing_COLOR = 6, Wing_LINESTYLE = 7,
  Wing_WEIGHT = 8
}
 Settings of InteriorElevationCallout controlled by DetailingSymbolStyle. More...
 

Macro Definition Documentation

#define __detailingsymbolcoreH__

Copyright © 2017 Bentley Systems, Incorporated. All rights reserved.