Description
Adds a new layer to the layer tree.
Syntax
Function RFUserInterface.AddNewLayer(layerName As String, pLayerID As RFEntityID) As RFErrorCode
The AddNewLayer syntax has these parts:
| Part | Description |
|---|---|
| layerName | [IN] String Required. String expresstion that identifies the layer name. |
| pLayerID | [OUT] RFEntityID Required. Added layer's RFEntityID. |