Gets the first layer.
Visual Basic |
---|
Public Function GetFirstLayer() As Long |
The handle of the first layer. If there are no layers, NULL is returned.
This method returns the handle of the first layer in sequence of all the layers. To retrieve the remaining layers after calling this method, call the GetNextLayer method.