Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / ProductCategory Class / GetSupportedCategories Method / GetSupportedCategories(ProductCategory) Method
Current product category.
In This Topic
    GetSupportedCategories(ProductCategory) Method
    In This Topic
    Get all product categories to which part with given category can be recategorized.
    Syntax
    public static IEnumerable<ProductCategory> GetSupportedCategories( 
       ProductCategory category
    )

    Parameters

    category
    Current product category.

    Return Value

    List of product categories supported for recategorization.
    See Also