CODComponent::AssignDefaultProperties

void CODComponent::AssignDefaultProperties(CODPropertySet* pDefaults)

Assign default properties.

Defined in: OdComponent.cpp

Return Value

void

Parameters

pDefaults

List of default properties.

Comments

This function iterates over the set of properties passed in and assigns the properties to this component. This function only updates the properties, so if the component does not already contain a given property in the list, it is not added to the component.