SegmentDefinitionContainsElement Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ContainsElement(
string element
)
Public Function ContainsElement (
element As String
) As Boolean
public:
bool ContainsElement(
String^ element
)
member ContainsElement :
element : string -> bool
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 See Also