Click or drag to resize

CalculationContext.GetFacet Method

Gets the facet with the given ID.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public CalculationContextFacet GetFacet(
	int facetId
)

Parameters

facetId
Type: System.Int32
The ID of the facet to get.

Return Value

Type: CalculationContextFacet
The requested facet, or null if that facet does not currently exist in the context.
See Also