ComponentGetAllParents Method |
Gets all parents of the component.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ICollection<Component> GetAllParents(
bool makeOrderFromTopToBottom = false
)
Parameters
- makeOrderFromTopToBottom Boolean (Optional)
Return Value
ICollectionComponent
See Also