MFPropertyValuesBuilderCopyFrom Method (ObjVerEx, Object) |
Copies a set of property values from the passed object to this set of property values.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic MFPropertyValuesBuilder CopyFrom(
ObjVerEx objVerEx,
params Object[] props
)
Public Function CopyFrom (
objVerEx As ObjVerEx,
ParamArray props As Object()
) As MFPropertyValuesBuilder
public:
MFPropertyValuesBuilder^ CopyFrom(
ObjVerEx^ objVerEx,
... array<Object^>^ props
)
Parameters
- objVerEx
- Type: MFiles.VAF.CommonObjVerEx
The object from whose propertyValues should be copied. - props
- Type: SystemObject
A list of the propertyDefs whose propertyValues should be copied.
Return Value
Type:
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.
See Also