Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / AttributeReferenceSurrogate Class / Implicit Type Conversion Operator / Implicit Type Conversion(AttributeReferenceSurrogate,AttributeReference) Operator

In This Topic
    Implicit Type Conversion(AttributeReferenceSurrogate,AttributeReference) Operator
    In This Topic
    Converts the object to the related surrogate during the serialization process.
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal source As AttributeReference _
    ) As AttributeReferenceSurrogate
    public AttributeReferenceSurrogate operator implicit( 
       AttributeReference source
    )

    Parameters

    source
    Exceptions
    ExceptionDescription
    Thrown when the devDept.Eyeshot.AttributeReference.ConvertToSurrogate method returns null value.
    See Also