SchCntrDocLink (Object)

Manage the on-off sheet connector.

Methods


Sub GetLink( oSchConnector, oDocumentName)
Get the linked connector and its document name.
Parameters:
oSchConnector
The connector that is linked to this connector.
oDocumentName
Name of document containing the linked connector.
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.
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