public IEnumerable<BaseConstructionItem> GetAllLibraryParts( bool includeAccessoryLists )
Parameters
- includeAccessoryLists
- Include accessory lists to the result?
Return Value
Parts from active library.
public IEnumerable<BaseConstructionItem> GetAllLibraryParts( bool includeAccessoryLists )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.NoActiveLibraryException | The exception that is thrown when the project has no active library. |