Harness proD API Help
EPLAN.Harness.API.DataStructures.LibraryConnections Namespace / ActiveConnection Class / GetAllLibraryHatches Method
In This Topic
    GetAllLibraryHatches Method
    In This Topic
    Get all hatches (2D decorations) from the active library.
    Syntax
    public IEnumerable<HatchInfo> GetAllLibraryHatches()

    Return Value

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