CalculationContextGetFacet Method |
Gets the facet with the given Id.
Namespace:
AGI.Foundation.Infrastructure
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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