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
)
Public Shared Function GetParentName (
fullPath As String
) As String
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