Repository.URD.AddURD: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
Albert Szeto (talk | contribs) m moved AddURD to Repository.AddURD  | 
				Albert Szeto (talk | contribs) No edit summary  | 
				||
| Line 1: | Line 1: | ||
{{Template:APIClass|Repository Class|Repository}}  | {{Template:APIClass|Repository Class|Repository}}  | ||
==   | == Method Syntax==  | ||
{{APIName|AddURD(}}  | |||
{{APIPrefix|ByVal}}  | |||
{{APIName|urd}}  | |||
{{APIPrefix|As}}  | |||
{{APIName|[[cURD Class|cURD]]}}  | |||
{{APIName|)}}  | |||
{{APIPrefix|As Boolean}}<br>  | |||
{{APIComment|Saves a new URD in the repository. }}  | |||
{{  | == Usage Example ==  | ||
{{APIComment|Declare a new repository connection class.}}  | |||
        Private WithEvents MyRepository As New Repository  | |||
{{APIComment|Connect to the Synthesis repository.}}  | |||
        Dim Success As Boolean = False  | |||
        Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")  | |||
Revision as of 18:09, 18 September 2013
 
Method Syntax
 AddURD( 
ByVal
 urd 
As
 cURD 
 ) 
As Boolean
 Saves a new URD in the repository.  
Usage Example
Declare a new repository connection class.
Private WithEvents MyRepository As New Repository
Connect to the Synthesis repository.
       Dim Success As Boolean = False
       Success = MyRepository.ConnectToRepository("RepositoryFileNamePath")
