GoDiagram Web Reference
IsValidDuplicateLinks Property

Gets or sets whether a valid link can be made between two ports already connected by a link in the same direction.
Syntax
'Declaration
 
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<DescriptionAttribute("Whether a valid link can be made between two ports already connected by a link.")>
Public Overridable Property IsValidDuplicateLinks As Boolean
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[DescriptionAttribute("Whether a valid link can be made between two ports already connected by a link.")]
public virtual bool IsValidDuplicateLinks {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 IsValidDuplicateLinks property is also true, then the proposed link may be valid. Otherwise, if IsLinked(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
IsValidLink Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback