Returns a reference to the currently editable layer.
Read-only property
Set variable = object.EditLayer ( [Type] ) |
- ShapeType
Type is an integer representing the feature type of the editable layer of interest. There can be up to three editable layers in the map (one point layer, one line layer, and one polygon layer). The possible values for Type are shown in the table below. [Optional].
Value | Result |
---|---|
0(Default) | Return the first editable layer in order of: point, line, polygon. |
1 | Return the editable point layer. |
2 | Return the editable line layer. |
3 | Return the editable polygon layer. |