Previous Topic: ISCModelProperty::DataType ArgumentsNext Topic: ISCModelProperty::Value Arguments (Get Function)


ISCModelProperty::RemoveValue Arguments

Here is the signature for the RemoveValue function:

VARIANT_BOOL RemoveValue(VARIANT ValueId)

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

Parameter

Valid Type/Value

Description

ValueId

Empty

Valid for a scalar property only.

ValueId

VT_I4 – Index

Ignored if the property is scalar. Identifies an element in a multi-valued property with a zero-based index.

ValueId

VT_BSTR – Name of a non-scalar element

Ignored if the property is scalar. If the property is multi-valued, indicates an element by name.