Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveLibraryConnection Class / GetMaterials Method
In This Topic
    GetMaterials Method
    In This Topic
    Get all materials from the active library.
    Syntax
    public IEnumerable<MaterialInfo> GetMaterials()

    Return Value

    A collection of all available materials in the active library.
    See Also