Harness proD API Help
EPLAN.Harness.API.Common Namespace / Extensions Class / GetAllCoatingMaterials Method
Occurrence of EPLAN.Harness.API.Occurrences.Interfaces.ICoatable.
In This Topic
    GetAllCoatingMaterials Method
    In This Topic
    Gets the names of all available coating materials.
    Syntax
    [Extension()]
    public static List<string> GetAllCoatingMaterials( 
       ICoatable coatable
    )

    Parameters

    coatable
    Occurrence of EPLAN.Harness.API.Occurrences.Interfaces.ICoatable.

    Return Value

    Returns a list of names of all coating materials.
    Remarks
    Offers all coating materials which can be set for this occurrence.
    See Also