Eplan Platform API
Eplan.EplApi.HEServices Namespace / Import3D Class / DesignSpace Method / DesignSpace(Project,String) Method
Project to which the Step file will be imported
Full file name of the Step file to be imported.

In This Topic
    DesignSpace(Project,String) Method
    In This Topic
    Imports a Step file as a design space
    Syntax

    Parameters

    Parameter NameDescription
    oProjectProject to which the Step file will be imported
    strFileNameFull file name of the Step file to be imported.

    Return Value

    The installation space to which the step file was imported
    Exceptions
    ExceptionDescription
    Thrown in case of invalid arguments.
    Thrown if NULL was passed as a required parameter.
    An action or internal interface for the import could not be created.
    A reason for this could be the lack of necessary rights or licenses.
    An error occurred during the import. Please read the exception message.
    Remarks
    This method requires a license for the pro panel 3D design space add-on
    See Also