IgnoreAttributeGroup Method
Instruct DicomObjects to ignore particular attributes
public static void IgnoreAttributeGroup(
System.ushort
)
public procedure IgnoreAttributeGroup(
: System.Word
); static;
public static function IgnoreAttributeGroup(
: System.ushort
);
public: static void IgnoreAttributeGroup(
System.ushort
)
public:
static void IgnoreAttributeGroup(
System.ushort
)
'Declaration
Public Shared Sub IgnoreAttributeGroup( _
ByVal As System.UShort _
)
'Usage
Dim group As System.UShort
DicomGlobal.IgnoreAttributeGroup(group)
Parameters
- group
- The Group to ignore
Target Platforms: .NET CLR 4.8 or higher