ArcFM Engine Developer Guide
GetOriginalValue<TV> Method


Syntax
'Declaration
 
Public Function GetOriginalValue(Of TV)( _
   ByVal property As Func(Of T,TV) _
) As TV
'Usage
 
Dim instance As ResponderObjectBaseGeneric(Of T)
Dim property As Func(Of T,TV)
Dim value As TV
 
value = instance.GetOriginalValue(Of TV)(property)
public TV GetOriginalValue<TV>( 
   Func<T,TV> property
)

Parameters

property

Type Parameters

TV
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members

 

 


Send Comment