Library | Package Java Toolkit

Interface DetailLeaderAttachment

package com.ptc.pfc.pfcDetail;

public interface DetailLeaderAttachment
  extends jxobject



Description

This interface represents methods for creating leader attachment data.
Direct Known Subclasses:
LeaderAttachment, NormalLeaderAttachment, TangentLeaderAttachment



Method Summary
AttachmentGetLeaderAttachment ()
    Get leader attachment data.
DetailLeaderAttachmentTypeGetType ()
    Get type of leader used.
voidSetLeaderAttachment (Attachment LeaderAttach)
    Set leader attachment data using Free or Parametric Attachment.

Method Detail

GetLeaderAttachment

AttachmentGetLeaderAttachment ()


    Get leader attachment data.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Returns:
leader attachment data.


SetLeaderAttachment

voidSetLeaderAttachment (Attachment LeaderAttach)


    Set leader attachment data using Free or Parametric Attachment.
See Also:
FreeAttachment, ParametricAttachment
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Parameters:
LeaderAttach
attachment data.
Returns:


GetType

DetailLeaderAttachmentTypeGetType ()


    Get type of leader used.
Manual References:
Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments, Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
Returns:
leader type.