The VECTORLAYERDESC structure holds descriptive information about a vector layer in a vector handle.
Size of this structure. Used for versioning.
Character string that contains the name of the layer.
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. |
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. |
User-defined tag.
pVECTORLAYERDESC is a pointer to a VECTORLAYERDESC structure.