Methods
- Sub GetLink( oSchConnector, oDocumentName)
-
Get the linked connector and its document name.
- Parameters:
-
- oSchConnector
- The connector that is linked to this connector. dd>
- oDocumentName
- Name of document containing the linked connector. dd>
- Example:
-
Dim objThisIntf As SchCntrDocLink Dim objArg1 As SchAppConnector Dim strVar2 As String ... objThisIntf.GetLinkobjArg1,strVar2
- Sub Link( iSchConnector)
-
Create an external link to another connector.
- Parameters:
-
- iSchConnector
- The connector to link to. dd>
- Example:
-
Dim objThisIntf As SchCntrDocLink Dim objArg1 As SchAppConnector ... objThisIntf.LinkobjArg1
- Sub UnLink()
-
Remove external link to another connector.
- Example:
-
Dim objThisIntf As SchCntrDocLink ... objThisIntf.UnLink