All Frameworks Class Hierarchy This Framework Next Indexes
ElecHarnessItf Interface CATIEhiBnlSegmentExtremity
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIEhiBnlSegmentExtremity
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIEhiBnlSegmentExtremity
Interface to manage connector points of bundle segment.
Method Index
- o
Connect(CATIEhiBnlSegmentExtremity*)
- Connect Bundle Segment Extremity to another Bundle Segment Extremity.
- o
Connect(CATIElbBundleCnctPt*)
- Connect Bundle Segment Extremity to a Bundle Connection Point (Electrical Device).
- o
Disconnect()
- Disconnect the bundle segment extremity.
- o
GetBundleSegment(CATIEhiBundleSegment*&)
- Get Bundle Segment of Bundle Segment Extremity.
- o
GetRepresentation(CATBaseUnknown**)
- Retrieve bundle segment extremity geometrical representation.
Methods
o Connect
-
Connect Bundle Segment Extremity to another Bundle Segment Extremity.
- Parameters:
-
- ipExtremity
- Bundle segment extremity to be connected.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- connection failed.
o Connect
-
Connect Bundle Segment Extremity to a Bundle Connection Point (Electrical Device).
- Parameters:
-
- iBundleCnctPt
- Bundle Connection Point to be connected.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- connection failed.
o Disconnect
public virtual HRESULT Disconnect( | )= 0 |
-
Disconnect the bundle segment extremity.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- disconnection failed.
o GetBundleSegment
-
Get Bundle Segment of Bundle Segment Extremity.
- Parameters:
-
- ipBnsExtremity
- The Bundle Segment that aggregate the Bundle Segment Extremity
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- Error occured while searching bundle segment
o GetRepresentation
-
Retrieve bundle segment extremity geometrical representation.
- Returns:
- An HRESULT value.
Legal values:
- S_OK
- no error.
- E_FAIL
- .search failed
This object is included in the file: CATIEhiBnlSegmentExtremity.h
If needed, your Imakefile.mk should include the module: CATEhiInterfaces