Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / CableDrawing Class / PlaceSpecifiedBalloons Method
Occurrences for whom BOM balloons will be created.
In This Topic
    PlaceSpecifiedBalloons Method (CableDrawing)
    In This Topic
    Insert BOM (bill of materials) balloons to drawings.
    Syntax
    public override IEnumerable<IOcc2DBalloon> PlaceSpecifiedBalloons( 
       IEnumerable<BaseOccurrence> occs
    )

    Parameters

    occs
    Occurrences for whom BOM balloons will be created.

    Return Value

    Newly created occurrences of balloons.
    See Also