- element
- A DicomElement object.
Visual Basic (Declaration) | |
---|---|
Public Function ExistsElement( _ ByVal element As DicomElement _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ExistsElement( DicomElement element ) |
C++/CLI | |
---|---|
public: bool ExistsElement( DicomElement^ element ) |
Parameters
- element
- A DicomElement object.
Return Value
true if the specified object is valid; otherwise, false.For an example, refer to Load.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family