Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / AccessoryInfo Class / AccessoryInfo Constructor / AccessoryInfo Constructor(UncountableLibraryPart,BooleanProperty,LengthProperty,TextProperty)
Uncountable part.
Specify if the accessory is mandatory or optional.
Amount of the uncountable accessory (length).
Placement description.
In This Topic
    AccessoryInfo Constructor(UncountableLibraryPart,BooleanProperty,LengthProperty,TextProperty)
    In This Topic
    Constructor for uncountable parts.
    Syntax

    Parameters

    item
    Uncountable part.
    isMandatory
    Specify if the accessory is mandatory or optional.
    units
    Amount of the uncountable accessory (length).
    accessoryPlacement
    Placement description.

    Return Value

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