MFPropertyValuesBuilderCopyFrom(ObjVerEx, Object) 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 Object[] props
)

Parameters

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

Return Value

MFPropertyValuesBuilder
The MFPropertyValuesBuilder object - for chaining.

See Also