 | IBaseManagerAllMeasurementConfigsInfo Property |
List of all the measurement configurations in the database. Use for information only (display info to the user, etc)
Do not edit the values directly
Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxIReadOnlyList<IMeasurementConfig> AllMeasurementConfigsInfo { get; }
property IReadOnlyList<IMeasurementConfig^>^ AllMeasurementConfigsInfo {
IReadOnlyList<IMeasurementConfig^>^ get ();
}
Property Value
IReadOnlyListIMeasurementConfig
See Also