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

Exists(String) Method
Checks property existence for used object.
Syntax
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