API Help
Eplan.EplApi.DataModel.E3D Namespace / BusBarSystem Class / CreateTransient Method
Project to which this object will be assign. Can't be null.
Part number of article used to create this object. Can't be null or have zero length.
Part variant of article.
number of holder.
length of busbar system.
additional created objects like holders and busbar objects. may be null

In This Topic
    CreateTransient Method (BusBarSystem)
    In This Topic
    Creates not placed transient Busbar system.
    Syntax

    Parameters

    oProject
    Project to which this object will be assign. Can't be null.
    strArticleNr
    Part number of article used to create this object. Can't be null or have zero length.
    strVariant
    Part variant of article.
    numberOfHolder
    number of holder.
    dLength
    length of busbar system.
    listOfAdditionalObjects
    additional created objects like holders and busbar objects. may be null

    Return Value

    The Busbar system.
    Exceptions
    ExceptionDescription
    Thrown when param is null value. Check exception message for more info.
    Thrown if strArticleNr has zero length.
    Thrown when the component cannot be created.
    Remarks
    If strArticleVariant null or have zero length default variant "1" is used.
    See Also