LayerMem
Contents
[
Hide
]LayerMem class
Contains the LayerMember element, which specifies each layer to which the shape is assigned.
Properties
| Name | Type | Description |
|---|---|---|
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| LayerMember | Str2Value | Specifies the layer or layers to which the shape is assigned. Layer assignment is specified based on the zero-based inde |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
LayerMem.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
LayerMem.LayerMember property
Specifies the layer or layers to which the shape is assigned. Layer assignment is specified based on the zero-based index of layers for the page. If a shape is assigned to more than one layer, each layer index appears separated by a semicolon.
Type: Str2Value
deepClone()
Creates deep copy of this instance.