27 virtual void MakeClassAbstract() = 0;
52 typedef bmap<WString, WString> RemapTable;
54 RemapTable m_variations;
55 RemapTable m_variables;
57 static WCharCP GetRemappedValue (
WCharCP toRemap, RemapTable
const& table);
58 static bool SetRemappedValue (
WCharCP remapFrom,
WCharCP remapTo, RemapTable& table);
111 virtual void MakeClassAbstract() = 0;
141 DGNPLATFORM_EXPORT void InitializeRemapTable (ParametricCellRemapTableR remapTable, ParametricCellDefinitionCR cellDef)
const;
ECSchema referenced by updated cell definition differs from that stored in the active file...
Definition: Bentley.h:212
Read-only data cannot be updated.
struct DgnPlatform::IDgnComponentDefinitionModelHandler const * IDgnComponentDefinitionModelHandlerCP
Definition: DgnPlatform.h:288
ParameterStatus
Return status codes for Parametric Modeling-related functions.
Definition: ParametricModeling.h:82
Cell definition to update does not exist.
UpdateParametricCellDefStatus
Return status codes produced when updating a parametric cell definition.
Definition: DgnComponentHandlers.h:90
wchar_t const * WCharCP
Definition: Bentley.h:224
DGNPLATFORM_TYPEDEFS(ParametricCellRemapTable)
Definition: Bentley.h:210