DVTk API
Attribute Constructor (groupElement, vr, list)
DVTkDvtkData.DimseAttributeAttribute(UInt32, VR, array<Object>[]()[])
DVTk API

[This is preliminary documentation and is subject to change.]

Creates an Attribute
Declaration Syntax
C#Visual BasicVisual C++
public Attribute(
	uint groupElement,
	VR vr,
	params Object[] list
)
Public Sub New ( _
	groupElement As UInteger, _
	vr As VR, _
	ParamArray list As Object() _
)
public:
Attribute(
	unsigned int groupElement, 
	VR vr, 
	... array<Object^>^ list
)
Parameters
groupElement (UInt32)
The group element hex number.
vr (VR)
The value representation.
list (array< Object >[]()[])
The list of values.
Exceptions
ExceptionCondition
InvalidCastException The list is an Object array. The items in this list are converted to the underlying vr as much as possible. However InvalidCastException may occur during these run-time conversions.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0