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

    installationSpace
    Installation space to set.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also