API Help
Eplan.EplApi.DataModel.Topology Namespace / SegmentPropertyList Class / Exists Method / Exists(Segment) Method
Identifier of property

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

    Parameters

    id
    Identifier of property

    Return Value

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