Click or drag to resize

TargetedSegmentListResultsGetOperatorResult Method

Returns the results of the operator made by the identifier.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TargetedSegmentListOperatorResults GetOperatorResult(
	TargetedSegmentListOperator identifier
)

Parameters

identifier
Type: AGI.Foundation.SegmentPropagationTargetedSegmentListOperator
The definition of the operator that made the result you are searching for.

Return Value

Type: TargetedSegmentListOperatorResults
The result made by identifier, or if it cannot be found.
See Also