All Frameworks Class Hierarchy This Framework Indexes
VPMInterfaces Interface 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_PointedObjectsCount(long&)
- Retrieves the Pointed Objects Count.
- o
get_PointedObjects(CATLISTV(CATBaseUnknown_var)&,int)
- Retrieves the Pointed Objects.
Methods
o get_PointedObjectsCount
| public virtual get_PointedObjectsCount( | | oCount) |
-
Retrieves the Pointed Objects Count.
Role: This method doesn't load pointed objects in memory
- Parameters:
-
- oCount
- The number of Pointed Objects.
o get_PointedObjects
| public virtual get_PointedObjects( | | oLpointedObjects, |
| | iApplyFilter | =1) |
-
Retrieves the Pointed Objects.
- Parameters:
-
- oLpointedObjects
- The list of pointed objects.
This object is included in the file: ENOVIRelationship.h
If needed, your Imakefile.mk should include the module: GUIDVPMInterfaces