Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / PointCloudSurrogate Class / PointCloudSurrogate Constructor

In This Topic
    PointCloudSurrogate Constructor
    In This Topic
    Standard constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pc As PointCloud _
    )
    public PointCloudSurrogate( 
       PointCloud pc
    )

    Parameters

    pc
    See Also