CATSchPlatformInterfaces SchCntrDocLink (Object)
All Frameworks Object Hierarchy This Framework Previous Next Indexes
SchCntrDocLink (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---SchCntrDocLink
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
-
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
-
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
-
Remove external link to another connector.
- Example:
-
Dim objThisIntf As SchCntrDocLink
...
objThisIntf.UnLink
Copyright © 2003, Dassault Systèmes. All rights reserved.