Returns the CQGCustomStudyDefinition by its name.
Read-only property
Visual Basic |
---|
Public Property ItemByName( _ ByVal custom_study_name As String _ ) As CQGCustomStudyDefinition |
- custom_study_name
- Name of the study definition in the collection
The corresponding collection item, represented as CQGCustomStudyDefinition Object
A collection exception will be thrown in case of non-existent custom study name.