LVectorClone::LVectorClone

#include "ltwrappr.h"

L_VOID LVectorClone::LVectorClone(pClone =NULL)

pVECTORCLONE pClone;

/* pointer to a VECTORCLONE structure */

Constructs and initializes the different member variables of the LVectorClone object.

Parameter

Description

pClone

Pointer to a VECTORCLONE structure that contains information used to create and initialize the new vector clone object.

Returns

None

Comments

LVectorClone::LVectorClone(pClone) is a constructor for the LVectorClone object. It takes a valid pVECTORCLONE pointer and creates an LVectorClone object.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

LVectorClone::~LVectorClone, Class Members

Example

For an example, refer to LVectorClone::SetGroup.