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
)
Public Function GetFacet (
facetId As Integer
) As CalculationContextFacet
public:
CalculationContextFacet^ GetFacet(
int facetId
)
member GetFacet :
facetId : int -> CalculationContextFacet
Parameters
- facetId
- Type: SystemInt32
The ID of the facet to get.
Return Value
Type:
CalculationContextFacetThe requested facet, or null if that facet does not currently exist in the context.
See Also