Eplan Platform API
Eplan.EplApi.DataModel Namespace / UniversalPropertyList Class / Exists Method / Exists(String) Method
Identifying name of property. Can't be null or empty.

In This Topic
    Exists(String) Method
    In This Topic
    Checks property existence for used object.
    Syntax
    public bool Exists( 
       string strIdentName
    )
    public:
    bool Exists( 
       String^ strIdentName
    ) 

    Parameters

    strIdentName
    Identifying name of property. Can't be null or empty.

    Return Value

    Returns true if given property exists for used object otherwise false.
    Exceptions
    ExceptionDescription
    Thrown when list is not connected with valid database object.
    Thrown when parameter is null.
    Thrown when parameter is empty.
    See Also