dcmNET Class Library

N_Set Constructor 

Constructs a new N_Set object for a specified association.

[Visual Basic]
Overloads Public Sub New( _
   ByVal associate As A_Associate _
)
[C#]
public N_Set(
   A_Associate associate
);

Parameters

associate
A not null A_Associate reference that represents an active association with a remote DICOM application entity.

See Also

N_Set Class | dcmNET Namespace