Harness proD API Help
EPLAN.Harness.API.Projects.Documents Namespace / Drawing2D Class / PlaceSpecifiedBalloons Method
Occurrences for whom BOM balloons will be created.
In This Topic
    PlaceSpecifiedBalloons Method (Drawing2D)
    In This Topic
    Insert BOM (bill of materials) balloons to drawings.
    Syntax
    public abstract 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