MFPropertyValuesBuilderCopyFrom(PropertyValues, MFIdentifier) Method

Copies a set of property values to this set.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public MFPropertyValuesBuilder CopyFrom(
	PropertyValues propVals,
	params MFIdentifier[] props
)

Parameters

propVals  PropertyValues
A list of propertyValues from which to copy property values
props  MFIdentifier
A list of the propertyDefs whose propertyValues should be copied.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also