Layer.Name Property
Gets or sets the name of the layer.
Thread safety: This property is thread-safe.
Syntax
public System.String Name { get; set; }
Property Value
Type: System.String
Default: ""
The name of the layer.
Default: ""
The name of the layer.
Example
// Set the name of the Layer
public static void SetLayerName(Layer layer, string newLayerName)
{
// Set the new name in the Layer
layer.Name = newLayerName;
}
Platforms
Windows, Linux, Android