LBaseFile::SetVector

#include "ltwrappr.h"

L_VOID LBaseFile::SetVector(pVector)

Sets the vector object to be used by the file functions.

Parameters

LVectorBase * pVector

Pointer to the vector object to set.

Returns

None.

Comments

Before you can use some of the file functions, a vector must be associated with the class object. Until you have associated a vector with the LVectorFile object, the object is considered invalid.

This call will not transfer the vector filename to the class object as the LVectorFile::SetVector function do.

Required DLLs and Libraries

See Also

Example

L_INT LBaseFile__SetBitmapExample(LVectorBase * pVector) 
{ 
   LBaseFile baseFile; 
 
   baseFile.SetVector(pVector); 
 
   return SUCCESS; 
} 
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.