- row
- The DicomInformation.ImagesRow to be added.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Sub AddImagesRow( _ ByVal row As DicomInformation.ImagesRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public void AddImagesRow( DicomInformation.ImagesRow row ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: void AddImagesRow( DicomInformation.ImagesRow^ row ) | |
Parameters
- row
- The DicomInformation.ImagesRow to be added.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code