MFPropertyValuesBuilderCopyFrom(PropertyValues, MFIdentifier) Method
Copies a set of property values to this set.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder CopyFrom(
PropertyValues propVals,
params MFIdentifier[] props
)
- propVals PropertyValues
- A list of propertyValues from which to copy property values
- props MFIdentifier
- A list of the propertyDefs whose propertyValues should be copied.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.