The interface that all parameters for IPortLocationModels need to implement.

Namespace: yWorks.yFiles.UI.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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