A helper class to provide data while creating tag elements. More...
#include <TagElementHandler.h>
Public Member Functions | |
DGNPLATFORM_EXPORT BentleyStatus | SetAttributeValue (DgnTagValueCR value) |
Set the value associated with the tag. More... | |
DGNPLATFORM_EXPORT void | SetTagVisibility (bool hide) |
Set the value associated with the tag. More... | |
DGNPLATFORM_EXPORT | ~ITagCreateData () |
Destructor. More... | |
![]() | |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
UInt32 | AddRef () const |
UInt32 | Release () const |
RefCounted () | |
RefCounted (RefCounted const &rhs) | |
RefCounted & | operator= (RefCounted const &rhs) |
UInt32 | GetRefCount () const |
Static Public Member Functions | |
static DGNPLATFORM_EXPORT ITagCreateDataPtr | Create (WCharCP tagName, WCharCP tagSetName, DgnTextStyleCR style, DgnFileR dgnFile) |
Fill the tag create data structure with values required to create a tag. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
A helper class to provide data while creating tag elements.