CODComponent::Create

Creates the component after the object has been instanciated.

Defined in: OdComponent.cpp

Syntax

BOOL CODComponent::Create(UINT nID);

BOOL CODComponent::Create(CODComponentSet* pCompSet);

Return Value

Non-zero if the component was successfully created.

Parameters

nID

Resource ID of the string to set the type and name to.

pCompSet

Set of components that are to become this component's children.