EnvironmentBaseReturnLocalCopy Method |
Makes a local copy of the typed value.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected static TypedValue ReturnLocalCopy(
Object source,
ref TypedValue localCopy
)
Protected Shared Function ReturnLocalCopy (
source As Object,
ByRef localCopy As TypedValue
) As TypedValue
protected:
static TypedValue^ ReturnLocalCopy(
Object^ source,
TypedValue^% localCopy
)
Parameters
- source
- Type: SystemObject
The source object. - localCopy
- Type: TypedValue
Reference to the local copy.
Return Value
Type:
TypedValueLocal copy of the typed value.
See Also