ProvenanceAttributes Any Provenance can include custom information in key value pair known as attributes (i.e. More...
#include <Provenance.h>
Public Member Functions | |
DGNPLATFORM_EXPORT void | SetName (WStringCR attribName) |
Set ProvenanceAttribute name. More... | |
DGNPLATFORM_EXPORT void | SetValue (WStringCR attribValue) |
set ProvenanceAttribute value More... | |
DGNPLATFORM_EXPORT WString | GetName () |
Get ProvenanceAttribute name. More... | |
DGNPLATFORM_EXPORT WString | GetValue () |
Get ProvenanceAttribute value. 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 ProvenanceAttributePtr | Create () |
Create a ProvenanceAttribute object. More... | |
Additional Inherited Members | |
![]() | |
virtual | ~RefCounted () |
![]() | |
virtual | ~IRefCounted () |
void * | operator new (size_t size) |
void | operator delete (void *rawMemory, size_t size) |
ProvenanceAttributes Any Provenance can include custom information in key value pair known as attributes (i.e.
Attribute Name=[MyProperty] [Some Value] )
|
static |
Create a ProvenanceAttribute object.
DGNPLATFORM_EXPORT WString GetName | ( | ) |
Get ProvenanceAttribute name.
DGNPLATFORM_EXPORT WString GetValue | ( | ) |
Get ProvenanceAttribute value.
DGNPLATFORM_EXPORT void SetName | ( | WStringCR | attribName | ) |
Set ProvenanceAttribute name.
attribName | ProvenanceAttribute name |
DGNPLATFORM_EXPORT void SetValue | ( | WStringCR | attribValue | ) |
set ProvenanceAttribute value
attribValue | ProvenanceAttribute value |