Click or drag to resize

LayerGetLeafName Method (String)

Get a layer name's "leaf" level name

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static string GetLeafName(
	string fullPath
)

Parameters

fullPath
Type: SystemString

[Missing <param name="fullPath"/> documentation for "M:Rhino.DocObjects.Layer.GetLeafName(System.String)"]

Return Value

Type: String
leaf name or String.Empty if fullPath does not contain a leaf
See Also