DVTk API
ByteArray Property
DVTkDvtkData.DimseUnknownByteArray
DVTk API

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

Underlying Byte array value. Note: Use underlying Byte array cautiously because modifying the array affects directly the UN attribute value.
Declaration Syntax
C#Visual BasicVisual C++
public byte[] ByteArray { get; set; }
Public Property ByteArray As Byte()
public:
property array<unsigned char>^ ByteArray {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0