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

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

    Return Value

    The object created.
    Remarks
    This method uses the devDept.Eyeshot.Translators.IfcLayer.IfcLayer Constructor(String) constructor to create the object.
    See Also