Eplan Platform API
Eplan.EplApi.HEServices Namespace / NameService Class / NameService Constructor / NameService Constructor(Page)
Page to set.

In This Topic
    NameService Constructor(Page)
    In This Topic
    Constructor. Creates a NameService and call set_Page method.
    Syntax
    public NameService( 
       Page oPage
    )
    public:
    NameService( 
       Page^ oPage
    )

    Parameters

    oPage
    Page to set.
    Exceptions
    ExceptionDescription
    Invalid parameters were found.
    Null was passed to a parameter.
    See Also