Click or drag to resize

CalculationContextGetFacet Method

Gets the facet with the given ID.

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

Parameters

facetId
Type: SystemInt32
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