CODLineComponent::Dup

CODComponent* CODLineComponent::Dup(void)

Creates a duplicate of this component.

Defined in: OdLineComp.cpp

Return Value

Pointer to the new component.

Comments

This function allocates a new component which must later be destroyed (using the "delete" operator).