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

    Return Value

    Collection of materials.
    Exceptions
    ExceptionDescription
    The exception that is thrown when the project has no active library.
    See Also