All Frameworks Object Hierarchy This Framework Previous Next Indexes
DNBAttachment (Object)
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---DNBAttachment
Interface representing xxx.
Role: Components that implement
DNBIABasicDevice are ...
Do not use the DNBIAMRLAttachment interface for such and such
ClassReference, Class#MethodReference, #InternalMethod...
Method Index
-
GetChild
- Get the Child Product of the Attachment.
-
GetChildMA
- Get the Child Manufacturing Assembly of the Attachment
-
GetParent
- Get the Parent Product of the Attachment.
-
GetParentMA
- Get the Parent Manufacturing Assembly of the Attachment.
-
IsChildMA
- Get whether the Child is a Manufacturing Assembly
-
IsParentMA
- Get whether the Parent is a Manufacturing Assembly
Methods
-
Get the Child Product of the Attachment.
- Parameters:
-
- oChild
- This out parameter contains the Child Product .
- Returns:
- HRESULT indicate whether function succeed.
-
Get the Child Manufacturing Assembly of the Attachment
- Parameters:
-
- oChildMA
- This out parameter contains Child Manufacturing Assembly of the Attachment .
- Returns:
- HRESULT indicate whether function succeeded. It fails if the Child is not a Manufacturing Assembly
-
Get the Parent Product of the Attachment.
- Parameters:
-
- oParent
- This outer parameter contains the Parent Product .
- Returns:
- An HRESULT
-
Get the Parent Manufacturing Assembly of the Attachment.
- Parameters:
-
- oParentMA
- This out parameter contains the Parent MA of the attachment .
- idbTrans
- This parameter contains distance data in Meters
or angular data in degree radian.
- Returns:
- HRESULT indicate whether function succeed. It fails if the Parent is not a Manufacturing Assembly
o Sub IsChildMA( | boolean | iChildMA) |
-
Get whether the Child is a Manufacturing Assembly
- Parameters:
-
- iChildMA
- TRUE if child is MA, FALSE otherwise
- Returns:
- HRESULT indicate whether function succeeded. It fails if the Child is not a Manufacturing Assembly
o Sub IsParentMA( | boolean | iParentMA) |
-
Get whether the Parent is a Manufacturing Assembly
- Parameters:
-
- iParentMA
- TRUE if Parent is MA, FALSE otherwise
- Returns:
- HRESULT indicate whether function succeeded. It fails if the Parent is not a Manufacturing Assembly