All Frameworks Class Hierarchy This Framework Next Indexes
ElecFlatteningItf Interface CATIEhfBundleSegmentLink
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEhfBundleSegmentLink
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEhfBundleSegmentLink
This Interface allows user to retrieve the information of the Support and/or the Mechanical Part
through the Dashed Green Line.
Method Index
- o
ListLinkedMechanicalParts(CATListValCATBaseUnknown_var*&)
- Lists the Linked Mechanical Part through the Dashed Green Line.
- o
ListLinkedSupports(CATListValCATBaseUnknown_var*&)
- Lists the Linked Supports through the Dashed Green Line.
Methods
o ListLinkedMechanicalParts
public virtual HRESULT ListLinkedMechanicalParts( | CATListValCATBaseUnknown_var*& | opListMechanicalParts) = 0 |
-
Lists the Linked Mechanical Part through the Dashed Green Line.
- Parameters:
-
- opListMechanicalParts
- List of MechanicalParts retrieved through the Dashed Green Line.
- Returns:
- An HRESULT value
Legal values:
- S_OK
- List of MechanicalParts retrieved successfully
- E_FAIL
- An error occurred while retrieving List of MechanicalParts
o ListLinkedSupports
public virtual HRESULT ListLinkedSupports( | CATListValCATBaseUnknown_var*& | opListSupports) = 0 |
-
Lists the Linked Supports through the Dashed Green Line.
- Parameters:
-
- opListSupports
- List of Supports retrieved through the Dashed Green Line.
- Returns:
- An HRESULT value
Legal values:
- S_OK
- List of Supports retrieved successfully
- E_FAIL
- An error occurred while retrieving List of Supports
This object is included in the file: CATIEhfBundleSegmentLink.h
If needed, your Imakefile.mk should include the module: CATEhfInterfaces