Repository.URD.GetURD: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
Alex Ulanov (talk | contribs) m (moved Repository.GetURD to Repository.URD.GetURD) |
(No difference)
|
Revision as of 22:39, 21 May 2015
Version 10 Only- Returns URD(s) with the provided ID. Returns nothing if the URD(s) does/do not exist.
Syntax
- GetURD(AscURD)
Usage Example
'Declare a new repository connection object. Dim MyRepository As New Repository 'Connect to the Synthesis repository. Dim Success As Boolean = False Success = MyRepository.ConnectToRepository("RepositoryFileNamePath") 'Get URD. Dim GetURD() as cURD GetURD= MyRepository.GetURD()