EditorLayerExtensions.SetupLayer(Int32, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to set the layer in Project Settings Tag Manager.
public:
static bool SetupLayer(int layerId, System::String ^ layerName);
public static bool SetupLayer (int layerId, string layerName);
static member SetupLayer : int * string -> bool
Public Shared Function SetupLayer (layerId As Integer, layerName As String) As Boolean
Parameters
- layerId
- Int32
The layer Id to attempt to set the layer on.
- layerName
- String
The layer name to attempt to set the layer on.
Returns
True if the specified layerId was newly configured, false otherwise.