KeyBasedTreeEntryParentKey Property

The parent key of this entry.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string ParentKey { get; }

Property Value

String
Remarks
This value will be the empty string if this entry does not have a parent.
See Also