#include <IDXObjectPropAttribute.h>
Inherits DX::IDXModelOwned, DX::IDXObjectPropOwned, and DX::IDXUserData.
Public Member Functions | |
virtual const char *DXMCALL | GetID () const =0 |
virtual const char *DXMCALL | GetValue () const =0 |
virtual DXError DXMCALL | SetID (const char *id)=0 |
virtual DXError DXMCALL | SetValue (const char *value)=0 |
virtual const char* DXMCALL DX::IDXObjectPropAttribute::GetID | ( | ) | const [pure virtual] |
Get the current ID of this attribute.
virtual const char* DXMCALL DX::IDXObjectPropAttribute::GetValue | ( | ) | const [pure virtual] |
Get the value of the attribute.
virtual DXError DXMCALL DX::IDXObjectPropAttribute::SetID | ( | const char * | id | ) | [pure virtual] |
Set the ID of the attribute.
id | The new ID. |
virtual DXError DXMCALL DX::IDXObjectPropAttribute::SetValue | ( | const char * | value | ) | [pure virtual] |
Set the value of the attribute.
value | The new value for the attribute. |