MFPropertyValuesBuilderCopyFrom(ObjVerEx, MFIdentifier) Method

Copies a set of property values from the passed object to this set of property values.

Definition

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

Parameters

objVerEx  ObjVerEx
The object from whose propertyValues should be copied.
props  MFIdentifier
A list of the propertyDefs whose propertyValues should be copied.

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also