Click or drag to resize

ModelingObjectGetParentParentType Method

Returns the first parent of a given type in the modeling tree. Returns null if not found.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public ParentType GetParent<ParentType>()
where ParentType : ModelingObject

Type Parameters

ParentType

Return Value

Type: ParentType
See Also