#include "ltwrappr.h"
L_VOID LBaseFile::SetVector(pVector)
LVectorBase * pVector; |
pointer to a vector object |
Sets the vector object to be used by the file functions.
Parameter |
Description |
pVector |
Pointer to the vector object to set. |
None.
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
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. |
Functions: |
L_INT LBaseFile__SetBitmapExample(LVectorBase * pVector)
{
LBaseFile baseFile;
baseFile.SetVector(pVector);
return SUCCESS;
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET