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.1.418.0 (24.1.418.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