Eplan Platform API
Eplan.EplApi.DataModel Namespace / Project.DeviceTagSettings Class / Project.DeviceTagSettings Constructor
Project for which configuration will be accessed.

In This Topic
    Project.DeviceTagSettings Constructor
    In This Topic
    Constructor for DeviceTagSettings class which allow to access specified settings values for DeviceTag syntax configuration.
    Syntax
    public Project.DeviceTagSettings( 
       Project project
    )
    public:
    Project.DeviceTagSettings( 
       Project^ project
    )

    Parameters

    project
    Project for which configuration will be accessed.
    Exceptions
    ExceptionDescription
    Thrown when project is invalid object.
    Thrown when project is not created.
    Remarks
    This function may throw this same exceptions like Project.Settings throws;
    See Also