SfcDependencyNode.IsPhysicalChild(Int32) Method

Definition

The child relation state of this node. Indicates whether this child is a physical relation or not. Filter via this flag to process only Parent-Child relations.

public bool IsPhysicalChild (int index);
member this.IsPhysicalChild : int -> bool
Public Function IsPhysicalChild (index As Integer) As Boolean

Parameters

index
Int32

Returns

Applies to