API Help
Eplan.EplApi.DataModel.Topology Namespace / Segment Class / EndSymbolReference Property

In This Topic
    EndSymbolReference Property (Segment)
    In This Topic
    Returns the second of two Eplan.EplApi.DataModel.SymbolReferences connected by this segment.
    Syntax
    public SymbolReference EndSymbolReference {get; set;}
    public:
    property SymbolReference^ EndSymbolReference {
       SymbolReference^ get();
       void set (    SymbolReference^ value);
    }

    Property Value

    Exceptions
    ExceptionDescription
    Thrown when it is impossible to read the SymbolReference from project.
    Remarks
    After setting value to this property the EndPoint position is not automaticly updated. To update it, please use method UpdatePage() or UpdateTopologySegment of class Eplan.EplApi.HEServices.TopologyService.
    See Also