CODProperty::Merge

void CODProperty::Merge(CODProperty* pProperty, DWORD dwChangeFlags = OD_CHANGE_ALL)

Merges the properties of the passed property object based on the provided change flags.

Defined in: OdProperty.cpp

Return Value

void

Parameters

pProperty

Pointer to the property object to be merged.

dwChangeFlags

Property-dependant merge flags; OD_CHANGE_ALL indicates all properties in the passed object should be copied into this one.