Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService3D Class / NameService3D Constructor
Installation space to set.

In This Topic
    NameService3D Constructor
    In This Topic
    Constructor. Creates a NameService3D object.
    Syntax
    public NameService3D( 
       InstallationSpace installationSpace
    )
    public:
    NameService3D( 
       InstallationSpace^ installationSpace
    )

    Parameters

    Parameter NameDescription
    installationSpaceInstallation space to set.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Thrown if NULL was passed as a required parameter.
    See Also