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