Enumeration for the different possible Validity states.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum PortCandidateValidity |
| Visual Basic |
|---|
Public Enumeration PortCandidateValidity |
Members
| Member name | Description | ||
|---|---|---|---|
| Valid | 0 | The candidate is valid and can be used to connect an edge to. | |
| Invalid | 1 | The candidate should not be used to connect an edge to. | |
| Dynamic | 2 | The candidate cannot be used to create a port, instead GetPortCandidateAt(IInputModeContext, PointD) needs to be called to obtain a IPortCandidate that is either Valid or Invalid. |