All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

VPMInterfaces Interface ENOVIRelationship

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---ENOVIRelationship
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface ENOVIRelationship

Interface to manage Relationships between Objects.


Method Index


o get_PointedObjects(CATLISTV(CATBaseUnknown_var)&,int)
Retrieves the Pointed Objects.
o get_PointedObjectsCount(long&)
Retrieves the Pointed Objects Count.

Methods


o get_PointedObjects
public virtual HRESULT get_PointedObjects(CATLISTV(CATBaseUnknown_var)& oLpointedObjects,
int iApplyFilter=1)=0
Retrieves the Pointed Objects.
Parameters:
oLpointedObjects
The list of pointed objects.
o get_PointedObjectsCount
public virtual HRESULT get_PointedObjectsCount(long& oCount)=0
Retrieves the Pointed Objects Count.
Role: This method doesn't load pointed objects in memory
Parameters:
oCount
The number of Pointed Objects.

This object is included in the file: ENOVIRelationship.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces

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