Click or drag to resize

Configuration Class

Main configuration object holding Acquisition, Processing, Non-Measured Points and Post Processing sub-configurations objects.
Inheritance Hierarchy
SystemObject
  LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public class Configuration : IDisposable

The Configuration type exposes the following members.

Constructors
  NameDescription
Public methodConfiguration
Initializes a new instance of the Configuration class
Top
Properties
  NameDescription
Public propertyAcquisition
Gets or sets the acquisition configuration to be used with the current configuration.
Public propertyId
Gets the configuration id.
Public propertyNonMeasuredPoints
Gets or sets the non-measured points configuration to be used with the current configuration.
Public propertyPostProcessing
Gets or sets the post-processing configuration to be used with the current configuration.
Public propertyProcessing
Gets or sets the processing configuration to be used with the current configuration.
Top
Methods
  NameDescription
Public methodApplyFittingResult
Applies the fitting previously computed by the reconstruction object.
Public methodDispose
Releases all resources used by the Configuration
Public methodLoadConfiguration
Configures the current object using the output of the ConfigManager that loaded the database.
Top
Remarks
The configuration can be fully setup using an existing database.
See Also