public IEnumerable<BaseConstructionItem> GetLibraryPartsByType( IEnumerable<ApiPartType> partTypes )
Parameters
- partTypes
- Desired part types.
Return Value
List of parts of the type(s).
public IEnumerable<BaseConstructionItem> GetLibraryPartsByType( IEnumerable<ApiPartType> partTypes )
Exception | Description |
---|---|
EPLAN.Harness.API.Exceptions.NoActiveLibraryException | The exception that is thrown when the project has no active library. |