EnvironmentBaseReturnLocalCopy Method |
Makes a local copy of the typed value.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected static TypedValue ReturnLocalCopy(
Object source,
ref 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