API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / ProductGroup Property

In This Topic
    ProductGroup Property
    In This Topic
    Gets/Sets the product group of the part.
    Syntax
    public virtual MDPartsDatabaseItem.Enums.ProductGroup ProductGroup {get; set;}

    Property Value

    Product group of the part.
    Exceptions
    ExceptionDescription
    Thrown if cannot set given ProductGroup for the current GenericProductGroup of the part.
    See Also