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

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

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

    See Also