[This is preliminary documentation and is subject to change.]
Try to find the given trigger in the collection with the same presentation context
| C# | Visual Basic | Visual C++ |
public bool FindMatchingPresentationContext( DicomTriggerItem value )
Public Function FindMatchingPresentationContext ( _ value As DicomTriggerItem _ ) As Boolean
public: bool FindMatchingPresentationContext( DicomTriggerItem^ value )
- value (DicomTriggerItem)
- Dicom Trigger - contains presentation context to match.
True if a matching presentation context is found - otherwise false.