Click or drag to resize

LayerGetParentName Method (String)

Get a layer's "parent" path name

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

Parameters

fullPath
Type: SystemString

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

Return Value

Type: String
parent name or String.Empty
See Also