Previous Topic: ISCModelProperty::GetValueFacetNames ArgumentsNext Topic: ISCModelPropertyCollection


ISCModelProperty::SetValueFacets Arguments

Here is the signature for the SetValueFacets function:

void SetValueFacets(VARIANT FacetsTrueBasket, VARIANT FacetsFalseBasket)

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

Parameter

Valid Type/Value

Description

FacetsTrueBasket

SAFEARRAY(VT_I4) – array of facet IDs

A list of facets to be set to TRUE.

FacetsTrueBasket

SAFEARRAY(VT_BSTR) – array of facet names

A list of facets to be set to TRUE.

FacetsTrueBasket

VT_BSTR – string with facet names separated by semicolon

A list of facets to be set to TRUE.

FacetsFalseBasket

SAFEARRAY(VT_I4) – array of facet IDs

A list of facets to be set to FALSE.

FacetsFalseBasket

SAFEARRAY(VT_BSTR) – array of facet names

A list of facets to be set to FALSE.

FacetsFalseBasket

VT_BSTR – string with facet names separated by semicolon

A list of facets to be set to FALSE.

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