Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / ProductCategory Class / GetSupportedCategories Method / GetSupportedCategories(ApiPartType) Method
Part type.
In This Topic
    GetSupportedCategories(ApiPartType) Method
    In This Topic
    Get all product categories supported for part with given partType.
    Syntax
    public static IEnumerable<ProductCategory> GetSupportedCategories( 
       ApiPartType partType
    )

    Parameters

    partType
    Part type.

    Return Value

    List of product categories supported for change of part's category.
    See Also