Method LayerToName
LayerToName(int)
Given a layer number, returns the name of the Interaction Layer as defined in either a Builtin or a User Layer.
Declaration
public static string LayerToName(int layer)
Parameters
| Type | Name | Description |
|---|---|---|
| int | layer | The interaction layer bit index. |
Returns
| Type | Description |
|---|---|
| string | Returns the name of the supplied Interaction Layer value. |