SfcDependencyNode.IsPhysicalAncestor(Int32) Method

Definition

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

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

Parameters

index
Int32

Returns

Applies to