GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / IsValidSelfNode Property
In This Topic
    IsValidSelfNode Property
    In This Topic
    Gets or sets whether a valid link can be made between two ports belonging to the same node.
    Syntax
    [Category("Behavior")]
    [DefaultValue(false)]
    [Description("Whether a valid link can be made between two ports belonging to the same node.")]
    public virtual bool IsValidSelfNode {get; set;}

    Property Value

    This defaults to false.
    Remarks
    IsValidLink uses this property in the following manner: If this property is true, and the other port's IsValidSelfNode property is also true, then the proposed link may be valid. Otherwise, if IsInSameNode(IGoPort) is true, it will not be a valid link.
    See Also