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

In This Topic
    Vector3DSurrogate Class
    In This Topic
    Defines the devDept.Geometry.Vector3D surrogate.
    Syntax
    'Declaration
     
    Public Class Vector3DSurrogate 
       Inherits Point3DSurrogate
    public class Vector3DSurrogate : Point3DSurrogate 
    Inheritance Hierarchy

    System.Object
       devDept.Serialization.Surrogate<T>
          devDept.Serialization.Point2DSurrogate
             devDept.Serialization.Point3DSurrogate
                devDept.Serialization.Vector3DSurrogate
                   devDept.Serialization.PlaneEquationSurrogate

    See Also