All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

FunctAssociation (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---FunctAssociation
 


The interface to access a Functional Association.

It is managed on a Functional Element, thru the MultiRep Facet Manager (MRM).


Property Index

LinkedCount
Get count of linked objects.

Method Index

DetachFrom
Delete a link to a linked object.
LinkTo
Create a link to another object.
RetrieveKindOfLinked
Retrieve the kind of linked object.
RetrieveLinked
Retrieve a linked object.

Properties


o Property LinkedCount() As long (Read Only)
Get count of linked objects.

Methods


o Sub DetachFrom(CATIABase iLinked)
Delete a link to a linked object.
o Sub LinkTo(CATIABase iLinked,
CATBSTR iKind)
Create a link to another object.
o Func RetrieveKindOfLinked(CATVariant iIndex) As CATBSTR
Retrieve the kind of linked object.
o Func RetrieveLinked(CATVariant iIndex) As CATIABase
Retrieve a linked object.

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