Table of Contents

Class ResultsImportersConfiguration

Namespace
IdeaStatiCa.BimApiLink
Assembly
IdeaStatiCa.BimApiLink.dll
public sealed class ResultsImportersConfiguration

Inheritance

Inherited Members

Properties

public IBimResultsProvider ResultsProvider { get; }

Property Value

IBimResultsProvider

Methods

public ResultsImportersConfiguration RegisterImporter<T>(IInternalForcesImporter<T> importer) where T : IIdeaObjectWithResults

Parameters

importer IInternalForcesImporter<T>

Returns

ResultsImportersConfiguration

Type Parameters

T