Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / PatternSettings Class / NumberOfItemsX Property
In This Topic
    NumberOfItemsX Property (PatternSettings)
    In This Topic
    Number of items in X-axis.
    Syntax
    public UnsignedIntegerProperty NumberOfItemsX {get; set;}
    Exceptions
    ExceptionDescription
    Argument is null.
    The exception that is thrown when the property is empty.
    Argument is invalid. The exception is thrown when a wrong argument is passed to the method or the setter of property.
    Remarks
    Number of items in each axis must be greater than zero.
    See Also