Library | Module

Interface IpfcDetailLeaderAttachment



Description

This interface represents methods for creating leader attachment data.
Direct Known Subclasses:
IpfcLeaderAttachment, IpfcNormalLeaderAttachment, IpfcTangentLeaderAttachment



Method Summary

FunctionGetLeaderAttachment () as IpfcAttachment
Get leader attachment data.
FunctionGetType () as IpfcDetailLeaderAttachmentType
Get type of leader used.
SubSetLeaderAttachment (LeaderAttach as IpfcAttachment)
Set leader attachment data using Free or Parametric Attachment.



Method Detail


FunctionGetLeaderAttachment () as IpfcAttachment

Get leader attachment data.
Returns:
leader attachment data.



FunctionGetType () as IpfcDetailLeaderAttachmentType

Get type of leader used.
Returns:
leader type.



SubSetLeaderAttachment (LeaderAttach as IpfcAttachment)

Set leader attachment data using Free or Parametric Attachment.
See Also:
IpfcFreeAttachment, IpfcParametricAttachment
Parameters:
LeaderAttach
attachment data.