ISCModelProperty::GetValueFacetNames Arguments

Here is the signature for the GetValueFacetNames function:

VARIANT_BOOL GetValueFacetNames(BSTR* FacetsTrueBasket, BSTR* FacetsFalseBasket)

The following table contains the valid arguments for the GetValueFacetNames function:

Parameter

Valid Type/Value

Description

FacetsTrueBasket

SAFEARRAY(VT_BSTR) � Array of facet names

Lists facets that are set and have TRUE as a value.

FacetsFalseBasket

SAFEARRAY(VT_BSTR) � Array of facet names

Lists facets that are set and have FALSE as a value.

More information about FacetsTrueBasket and FacetsFalse Basket is located in the Property Bag for Application Environment section.