Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / IntervalSurrogate Class / ConvertToObject Method

In This Topic
    ConvertToObject Method (IntervalSurrogate)
    In This Topic
    Creates the object related to the surrogate.
    Syntax
    'Declaration
     
    Protected Overrides Function ConvertToObject() As Interval
    protected override Interval ConvertToObject()

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Geometry.Interval.Interval Constructor(Double,Double) constructor to create the object.
    See Also