VECTORLAYERDESC

Summary

The VECTORLAYERDESC structure holds descriptive information about a vector layer in a vector handle.

Syntax

typedef struct tagVECTORLAYERDESC 
{ 
   L_INT nSize; 
   L_TCHAR szName[VECTOR_MAX_NAME]; 
   L_BOOL bVisible; 
   L_BOOL bLocked; 
   L_SIZE_T dwTag; 
} VECTORLAYERDESC, * pVECTORLAYERDESC; 

Members

L_INT nSize

Size of this structure. Used for versioning.

L_TCHAR szName

Character string that contains the name of the layer.

L_BOOL bVisible

Flag that indicates whether or not the layer is visible. Possible values are:

Value Meaning
TRUE The layer is visible.
FALSE The layer is not visible.

L_BOOL bLocked

Flag that indicates whether or not the layer is locked. A layer cannot be edited if it is locked. Possible values are:

Value Meaning
TRUE The layer is locked.
FALSE The layer is not locked.

L_SIZE_T dwTag

User-defined tag.

Comments

pVECTORLAYERDESC is a pointer to a VECTORLAYERDESC structure.

Usage

Data Types

Functions

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Vector C++ Class Library Help

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