Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / PlugStripPropertyList Class / Exists Method / Exists(PlugStrip) Method
Identifier of property

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

    Parameters

    id
    Identifier of property

    Return Value

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