Eplan Platform API
Eplan.EplApi.DataModel Namespace / LocationBoxPropertyList Class / Exists Method / Exists(LocationBox) Method
Identifier of property

In This Topic
    Exists(LocationBox) Method
    In This Topic
    Checks property existence for used obiect.
    Syntax
    public bool Exists( 
       Properties.LocationBox id
    )
    public:
    bool Exists( 
       Properties.LocationBox id
    ) 

    Parameters

    id
    Identifier of property

    Return Value

    Returns true if given property exists for used object otherwise false.
    See Also