Harness proD API Help
EPLAN.Harness.API.DataStructures.Appearance Namespace / MaterialInfo Class / GetPredefinedMaterials Method
In This Topic
    GetPredefinedMaterials Method
    In This Topic
    Gets predefined materials. These are not real materials but only colors.
    Syntax
    public static IEnumerable<MaterialInfo> GetPredefinedMaterials()

    Return Value

    Predefined materials.
    Remarks
    Use this if you do not have any connected library but you want to assign a material.
    See Also