DNBAttachment (Object)

Interface representing xxx.

Role: Components that implement DNBIABasicDevice are ...

Do not use the DNBIAMRLAttachment interface for such and such ClassReference, Class#MethodReference, #InternalMethod...


Methods


Sub GetChild( oChild)
Get the Child Product of the Attachment.
Parameters:
oChild
This out parameter contains the Child Product .
Returns:
HRESULT indicate whether function succeed.
Sub GetChildMA( oChildMA)
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
Sub GetParent( oParent)
Get the Parent Product of the Attachment.
Parameters:
oParent
This outer parameter contains the Parent Product .
Returns:
An HRESULT
Sub GetParentMA( oParentMA)
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
Sub IsChildMA( 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
Sub IsParentMA( 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