Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / IntervalSurrogate Class
Members

In This Topic
    IntervalSurrogate Class
    In This Topic
    Defines the devDept.Geometry.Interval surrogate.
    Syntax
    'Declaration
     
    Public Class IntervalSurrogate 
       Inherits devDept.Serialization.Surrogate(Of Interval)
    public class IntervalSurrogate : devDept.Serialization.Surrogate<Interval> 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.IntervalSurrogate

    See Also