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

In This Topic
    SurfaceSurrogate Class
    In This Topic
    Defines the devDept.Eyeshot.Entities.Surface surrogate.
    Syntax
    'Declaration
     
    Public Class SurfaceSurrogate 
       Inherits NurbsBaseSurrogate
    public class SurfaceSurrogate : NurbsBaseSurrogate 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.EntitySurrogate
             devDept.Serialization.NurbsBaseSurrogate
                devDept.Serialization.SurfaceSurrogate
                   devDept.Serialization.PlanarSurfaceSurrogate
                   devDept.Serialization.RevolvedSurfaceSurrogate
                   devDept.Serialization.TabulatedSurfaceSurrogate

    See Also