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