RhinoCommon API
LayerGetLeafName Method (String) |
Get a layer name's "leaf" level name
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

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: Stringleaf name or String.Empty if fullPath does not contain a leaf
