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

In This Topic
    StartSymbolReference Property (Segment)
    In This Topic
    Returns the first of two Eplan.EplApi.DataModel.SymbolReferences connected by this segment.
    Syntax
    public SymbolReference StartSymbolReference {get; set;}
    public:
    property SymbolReference^ StartSymbolReference {
       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 StartPoint position is not automaticly updated. To update it, please use method UpdatePage() or UpdateTopologySegment of class Eplan.EplApi.HEServices.TopologyService.
    See Also