The interface that all parameters for IPortLocationModels need to implement.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.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.

See Also