Harness proD API Help
EPLAN.Harness.API.DataStructures Namespace / UserCategory Class / GetExistingCategories Method
Part type.
In This Topic
    GetExistingCategories Method
    In This Topic
    Get all already existing user categories assigned to given part type.
    Syntax
    public static IEnumerable<UserCategory> GetExistingCategories( 
       ApiPartType partType
    )

    Parameters

    partType
    Part type.

    Return Value

    Existing user categories for this part type.
    See Also