Gets a value indicating whether a DICOM sequence item can be added to the currently selected item.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property CanAddSequenceItem As Boolean |
C# | |
---|
public bool CanAddSequenceItem {get;} |
C++/CLI | |
---|
public:
property bool CanAddSequenceItem {
bool get();
} |
Property Value
true
if this sequence item can be added; otherwise,
false
.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also