Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / AccessoryInfo Class / AccessoryInfo Constructor / AccessoryInfo Constructor(CountableLibraryPart,BooleanProperty,IntegerProperty,TextProperty)
Countable part.
Specify if the accessory is mandatory or optional.
Quantity of the countable accessory.
Placement description.
In This Topic
    AccessoryInfo Constructor(CountableLibraryPart,BooleanProperty,IntegerProperty,TextProperty)
    In This Topic
    Constructor for countable parts.
    Syntax

    Parameters

    item
    Countable part.
    isMandatory
    Specify if the accessory is mandatory or optional.
    quantity
    Quantity of the countable accessory.
    accessoryPlacement
    Placement description.

    Return Value

    A new instance of AccessoryInfo object.
    Exceptions
    ExceptionDescription
    Argument is null.
    See Also