Click or drag to resize

TextFieldsLayerName Method

Returns the name of a layer based on the layers guid

Namespace:  Rhino.Runtime
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static string LayerName(
	string layerId
)

Parameters

layerId
Type: SystemString

[Missing <param name="layerId"/> documentation for "M:Rhino.Runtime.TextFields.LayerName(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Rhino.Runtime.TextFields.LayerName(System.String)"]

See Also