Layer.GetLeafName Method (String)

LayerGetLeafName Method (String)

Get a layer name's "leaf" level name

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static string GetLeafName(
	string fullPath
)
Public Shared Function GetLeafName ( 
	fullPath As String
) As String

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
Version Information

Rhino for Windows

Supported in: 6.8
See Also