Click or drag to resize

SegmentDefinitionContainsElement Method

Checks to see if there is a StateElementAdapterDefinition for the provided element.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ContainsElement(
	string element
)

Parameters

element
Type: SystemString
The state element of interest.

Return Value

Type: Boolean
if the element has an associated StateElementAdapterDefinition registered with this segment; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when element is .
See Also