EnvironmentBaseReturnLocalCopy Method

Makes a local copy of the typed value.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
protected static TypedValue ReturnLocalCopy(
	Object source,
	ref TypedValue localCopy
)

Parameters

source  Object
The source object.
localCopy  TypedValue
Reference to the local copy.

Return Value

TypedValue
Local copy of the typed value.

See Also