pycatia.dnb_manufacturing_layout_interfaces.attachment_cont

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.dnb_manufacturing_layout_interfaces.attachment_cont.AttachmentCont(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
AttachmentCont

Interface representing xxx.

Role: Components that implement DNBIABasicDevice are …

Do not use the DNBIAMRLDocAttachments interface for such and such
ClassReference, Class#MethodReference, #InternalMethod…
get_attachment_factory(o_attach_factory: AnyObject) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetAttachmentFactory(CATBaseDispatch oAttachFactory)

Get the AttachmentFactory for the current document

Parameters:

oAttachFactory
This output parameter contains the AttachmentFactory for the
current document.

Returns:
An HRESULT
Parameters:

o_attach_factory (AnyObject) –

Return type:

None

get_listof_attachments(o_attach_list: tuple) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetListofAttachments(CATSafeArrayVariant oAttachList)

Get list of attachments from the Attachment Container

Parameters:

oAttachList
This output parameter contains the list of attachments in a
document.

Returns:
An HRESULT
Parameters:

o_attach_list (tuple) –

Return type:

None