An interface for possible IPort candidates used by IPortCandidateProvider and the like.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IPortCandidate
Visual Basic
Public Interface IPortCandidate

Remarks

Note that if an instance's Validity property is Dynamic this instance GetPortCandidateAt(IInputModeContext, PointD) method serves as a factory for the actual candidates.

See Also