Helper interface used by IPortLocationModel implementations
to provide possible candidate IPortLocationModelParameters
for a given port and model.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IPortLocationModelParameterProvider |
| Visual Basic |
|---|
Public Interface IPortLocationModelParameterProvider |
Remarks
Implementations of this interface can be retrieved from the IPortLocationModel's
Lookup(Type) method.
Note that not all models necessarily need to or can provide implementations of this interface.