Helper interface used by IPortLocationModel implementations
to provide possible candidate IPortLocationModelParameters
for a given port and model.
Namespace: yWorks.yFiles.UI.InputAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.