LVectorLayer::SetVector
#include "ltwrappr.h"
L_VOID LVectorLayer::SetVector(pVector)
LVectorBase * pVector; |
/* pointer to an LVectorBase object */ |
Sets an LVectorBase object (or any object derived from LVectorBase) to be used by the VectorLayer functions.
Parameter |
Description |
pVector |
Pointer to the vector object to be used by the vector layers. |
Returns
None
Comments
This function is mainly used internally. Functions that use an LVectorLayer object do this automatically.
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: |
|
Topics: |
Example
For an example, refer to LVectorLayer::LVectorLayer.