SegmentDefinition.ContainsElement Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: System.String
The state element of interest.
Return Value
Type:
Booleantrue if the
element has an associated
StateElementAdapterDefinition registered with this segment; otherwise
false.
Exceptions
See Also