DVTk API
PresentationContexts Property
DVTkDvtkData.DulA_ASSOCIATE_ACPresentationContexts
DVTk API

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

A Presentation Context defines the presentation of the data on an Association. It provides a lower level of negotiation and one or more Presentation Contexts can be offered and accepted per Association.
Declaration Syntax
C#Visual BasicVisual C++
public AcceptedPresentationContextList PresentationContexts { get; set; }
Public Property PresentationContexts As AcceptedPresentationContextList
public:
property AcceptedPresentationContextList^ PresentationContexts {
	AcceptedPresentationContextList^ get ();
	void set (AcceptedPresentationContextList^ value);
}
Exceptions
ExceptionCondition
ArgumentNullExceptionArgument is a nullNothingnullptr reference.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0