All Frameworks  Object Hierarchy  This Framework  Indexes   

SchCntrDocLink (Object)

Manage the on-off sheet connector.

Method Index

GetLink
Get the linked connector and its document name.
Link
Create an external link to another connector.
UnLink
Remove external link to another connector.

Methods


o 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
 
o 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
 
o Sub UnLink()
Remove external link to another connector.
Example:
 Dim objThisIntf As SchCntrDocLink
  ...
 objThisIntf.UnLink
 

Copyright © 2003, Dassault Systèmes. All rights reserved.