|  | ILaserSourcesControllerGetSourceByLogicalId Method  | 
 
            Gets a source of the current configuration according to its logical identifier (i.e. 0 for Lambda 1, 1 for Lambda 2 or 3, if in use)
            
 
    Namespace: 
   LynceeTec.Interfaces
    Assembly:
   LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 8.1.17212.0 8_1_dev 6ff713ba, built 2019-10-03 13:47:19 UTC
 Syntax
SyntaxILaserSource GetSourceByLogicalId(
	int logicalSourceId
)
ILaserSource^ GetSourceByLogicalId(
	int logicalSourceId
)
Parameters
- logicalSourceId
- Type: SystemInt32
 The logical source identifier.
Return Value
Type: 
ILaserSource See Also
See Also