adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / ViewObjectFromSnapshot Method

In This Topic
    ViewObjectFromSnapshot Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function ViewObjectFromSnapshot( _
       ByVal objectToView As OID, _
       ByVal snapshotID As Guid, _
       ByRef messages As MessageCollection _
    ) As ADTObject
    public ADTObject ViewObjectFromSnapshot( 
       OID objectToView,
       Guid snapshotID,
       out MessageCollection messages
    )

    Parameters

    objectToView
    snapshotID
    messages
    See Also