  | ReconstructionGetLinkedConfigurations Method  | 
 
Gets the configurations currently linked to the reconstruction process.
 
    Namespace: 
   LynceeTec.InterfaceProcessingV2
    Assembly:
   LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic Dictionary<int, Configuration> GetLinkedConfigurations()
public:
Dictionary<int, Configuration^>^ GetLinkedConfigurations()
Return Value
Type: 
DictionaryInt32, 
ConfigurationThe dictionary containing the linked configurations
See Also