API Documentation > Classes > Interface IpfcDetailLeaderAttachment
Interface IpfcDetailLeaderAttachment
Description
This interface represents methods for creating leader attachment data.
Direct Known Subclasses:
Method Summary
Function
Get leader attachment data.
Function
Get type of leader used.
Sub
Set leader attachment data using Free or Parametric Attachment.
Method Detail
Function
GetLeaderAttachment
Get leader attachment data.
Returns:
leader attachment data.
Function
GetType
Get type of leader used.
Returns:
leader type.
Sub
SetLeaderAttachment
(LeaderAttach as IpfcAttachment)
Set leader attachment data using Free or Parametric Attachment.
See Also:
Parameters:
LeaderAttach
attachment data.
Was this helpful?