Helper interface used by IPortLocationModel implementations
to provide possible candidate IPortLocationModelParameters
for a given port and model.
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 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.