Visual Basic (Declaration) | |
---|---|
Public Function ExistsElement( _ ByVal element As DicomElement _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool ExistsElement( DicomElement element ) |
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
GetChildElement Method
GetParentElement Method
GetRootElement Method
GetFirstElement Method
GetLastElement Method
GetPreviousElement Method
GetNextElement Method
FindFirstElement(DicomElement,Int64,Boolean) Method
FindLastElement(DicomElement,Int64,Boolean) Method
FindPreviousElement Method