The interface that all parameters for IPortLocationModels need
to implement.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface IPortLocationModelParameter : ICloneable |
| Visual Basic |
|---|
Public Interface IPortLocationModelParameter _ Inherits ICloneable |
Remarks
Note that implementations of this interface are provided by the IPortLocationModel
implementations and don't need to be implemented by custom code unless a custom model
is implemented.
This interface extends the ICloneable to support the creation of additional
instances. However the implementation may return this if it is immutable.