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

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

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.LayerSurrogate
             devDept.Serialization.IfcLayerSurrogate
             devDept.Serialization.LayerExSurrogate

    See Also