DVTk API
PresentationContextCollection Constructor (arrayOfValues)
DVTkDvtkHighLevelInterface.Dicom.OtherPresentationContextCollectionPresentationContextCollection(array<PresentationContext>[]()[])
DVTk API

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

Constructor with initialization. Shallow copy.
Declaration Syntax
C#Visual BasicVisual C++
public PresentationContextCollection(
	PresentationContext[] arrayOfValues
)
Public Sub New ( _
	arrayOfValues As PresentationContext() _
)
public:
PresentationContextCollection(
	array<PresentationContext^>^ arrayOfValues
)
Parameters
arrayOfValues (array< PresentationContext >[]()[])
Values to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionarrayOfValues is null.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0