ComponentGetAllParents Method |
Gets all parents of the component.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2022.1.1.0 (2022.1.1.0)
Syntaxpublic ICollection<Component> GetAllParents(
bool makeOrderFromTopToBottom
)
Parameters
- makeOrderFromTopToBottom
- Type: SystemBoolean
Return Value
Type:
ICollectionComponent
See Also