UserInterfaceBase.GetDefaultLayerName Method

Use this method to get the correct layer name for internal Meshes.
Protected Friend Function GetDefaultLayerName( _ 
Optional ByVal env As Environment = null _ 
) As String
This language is not supported or no code example is available.
internal protected string GetDefaultLayerName( 
Environment env = null 
)
This language is not supported or no code example is available.

Parameters

env
Environment

Return Value

string

The name of the default layer. It is got from the Environment Layers collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition