LVectorLayer::SetLayerDesc

#include "ltwrappr.h"

virtual L_INT LVectorLayer::SetLayerDesc(pLayerDesc)

pVECTORLAYERDESC pLayerDesc;

/* pointer to a structure */

Updates a vector layer with new information. This function is available in the LEADTOOLS Vector Imaging Pro Toolkit.

Parameter

Description

pLayerDesc

Pointer to a VECTORLAYERDESC structure that contains the new layer information to set.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

To get the layer information for a specific layer, use the LVectorLayer::GetLayerDesc function.

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:

LVectorLayer::GetLayerDesc

Topics:

Working with Vector Layers

Example

For an example, refer to LVectorLayer::GetLayerDesc.