Classes | Namespaces | Typedefs | Enumerations
ElementTemplateParamsHelper.h File Reference
#include "ElementTemplateUtils.h"
#include "TemplateSymbologyRemapper.h"

Go to the source code of this file.

Classes

struct  ElementTemplateParamsHelper
 The ElementTemplateParamsHelper class provide methods to add and set properties in the default instance of an element template. More...
 

Namespaces

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

Typedefs

typedef enum
Bentley::DgnPlatform::ElementParameterType 
ElementParameterType
 ElementParameterType is an enum of the built-in element parameter types that can be defined within an element template. More...
 

Enumerations

enum  ElementParameterType {
  ELEMENTPARAM_Level = 0, ELEMENTPARAM_Color = 1, ELEMENTPARAM_Weight = 2, ELEMENTPARAM_LineStyle = 3,
  ELEMENTPARAM_LineStyleParam = 4, ELEMENTPARAM_Class = 5, ELEMENTPARAM_Transparency = 6, ELEMENTPARAM_Priority = 7,
  ELEMENTPARAM_AreaMode = 8, ELEMENTPARAM_FillColor = 9, ELEMENTPARAM_FillMode = 10, ELEMENTPARAM_CellName = 11,
  ELEMENTPARAM_Scale = 12, ELEMENTPARAM_Terminator = 13, ELEMENTPARAM_TerminatorScale = 14, ELEMENTPARAM_ActivePoint = 15,
  ELEMENTPARAM_TextStyle = 16, ELEMENTPARAM_TextStyleOverride = 17, ELEMENTPARAM_PatternCell = 18, ELEMENTPARAM_PatternDelta = 19,
  ELEMENTPARAM_PatternAngle = 20, ELEMENTPARAM_PatternScale = 21, ELEMENTPARAM_AreaPatternDelta = 22, ELEMENTPARAM_AreaPatternAngle = 23,
  ELEMENTPARAM_MlineStyle = 24, ELEMENTPARAM_DimensionStyle = 25, ELEMENTPARAM_Material = 26, ELEMENTPARAM_DetailSymbolStyle = 27,
  ELEMENTPARAM_PatternIsAnnotation = 28
}
 ElementParameterType is an enum of the built-in element parameter types that can be defined within an element template. More...
 

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