DVTk API
Contains Method (value)
DVTkDvtkData.DimseAttributeSetContains(Attribute)
DVTk API

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

Determines whether the AttributeSet contains a specific Attribute.
Declaration Syntax
C#Visual BasicVisual C++
public bool Contains(
	Attribute value
)
Public Function Contains ( _
	value As Attribute _
) As Boolean
public:
bool Contains(
	Attribute^ value
)
Parameters
value (Attribute)
The Attribute to locate in the AttributeSet.
Return Value
trueTruetrue if the Attribute is found in the AttributeSet; otherwise, falseFalsefalse.

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0