20 virtual bool _ApplyElementTemplateParams (
EditElementHandleR element,
ElementTemplateNodeR templateToActivate, XInstanceContainerP modifiedECInstanceList,
bool mustReferenceMatchingTemplate);
24 virtual ITemplatePropertiesCheckerP _GetAsITemplatePropertiesChecker ()
override;
29 virtual WString _GetSupportedCheckTypes ();
33 MSCORE_EXPORT
static bool SetupSymbologyRemapperWithDefaults(TemplateSymbologyRemapperR remapper,
ElementTemplateNodeR elementTemplateNode,
DgnModelRefP modelRef);
ElementParameterType
ElementParameterType is an enum of the built-in element parameter types that can be defined within an...
Definition: ElementTemplateParamsHelper.h:22
struct Bentley::WString const & WStringCR
Definition: Bentley.h:239
struct DgnPlatform::ElementTemplateNode const & ElementTemplateNodeCR
Definition: DgnPlatform.h:299
IECInstance const & IECInstanceCR
Definition: ECObjects.h:67
Variant-like object used to set and retrieve property values in ECInstances.
Definition: ECValue.h:73
struct DgnPlatform::ElementHandle const & ElementHandleCR
Definition: DgnPlatform.h:260
A string class that has many of the same capabilities as std::string, plus additional functions such ...
Definition: WString.h:51