CODCurveComponent::Dup

CODComponent* CODCurveComponent::Dup(void)

Creates a duplicate of this component.

Defined in: OdCurveComp.cpp

Return Value

Pointer to the new component.

Comments

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