- module
- The module to find.
Visual Basic (Declaration) | |
---|---|
Public Function FindModule( _ ByVal module As DicomModuleType _ ) As DicomModule |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomModule FindModule( DicomModuleType module ) |
C++/CLI | |
---|---|
public: DicomModule^ FindModule( DicomModuleType module ) |
Parameters
- module
- The module to find.
Return Value
A DicomModule object that contains information about the specified module, or a null reference (Nothing in Visual Basic) if the specified module was not found.For an example, refer to DeleteModule.
To find the module at a specific index use FindModuleByIndex.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family