GoDiagram Web Reference
IsValidSelfNode Property

Gets or sets whether a valid link can be made between two ports belonging to the same node.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Behavior")>
<DescriptionAttribute("Whether a valid link can be made between two ports belonging to the same node.")>
Public Overridable Property IsValidSelfNode As Boolean
[DefaultValueAttribute()]
[CategoryAttribute("Behavior")]
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPort Class
GoPort Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback