API Help
Eplan.EplApi.DataModel.Topology Namespace / Segment Class / CreateTransient Method / CreateTransient(Project,SymbolReference,SymbolReference) Method
Project to which this object will be assigned. Can't be null.
Symbol which will be assign as beggining of segment.
Symbol which will be assign as end of segment.

In This Topic
    CreateTransient(Project,SymbolReference,SymbolReference) Method
    In This Topic
    Creates new transient unplaced segment and assign to it start and end symbol.
    Syntax

    Parameters

    pProject
    Project to which this object will be assigned. Can't be null.
    pStartSymbol
    Symbol which will be assign as beggining of segment.
    pEndSymbol
    Symbol which will be assign as end of segment.
    Exceptions
    ExceptionDescription
    Thrown when pProject is null.
    Thrown when the Segment cannot be created.
    Thrown when internal error has occured. Please see the exception message for details.
    Remarks
    After using this method members StartPoint and EndPoint are not automaticly updated. To update it, please use method UpdatePage() or UpdateTopologySegment() of class Eplan.EplApi.HEServices.TopologyService
    See Also