Library | Package Java Toolkit

Interface DetailLeaders

package com.ptc.pfc.pfcDetail;

public interface DetailLeaders
  extends jxobject



Description

This interface represents a set of leaders used by a detail item.
See Also:
DetailNoteInstructions, DetailSymbolInstInstructions, pfcDetail.FreeAttachment_Create(Point3D), pfcDetail.ParametricAttachment_Create(Selection)



Method Summary
/*optional*/ DoubleGetElbowLength ()
    Get method for attribute "ElbowLength"
    The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present.
/*optional*/ AttachmentGetItemAttachment ()
    Get method for attribute "ItemAttachment"
    The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product.
/*optional*/ AttachmentsGetLeaders ()
    Get method for attribute "Leaders"
    Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders.
voidSetElbowLength ( /*optional*/ Double value)
    Set method for attribute "ElbowLength"
    The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present.
voidSetItemAttachment ( /*optional*/ Attachment value)
    Set method for attribute "ItemAttachment"
    The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product.
voidSetLeaders ( /*optional*/ Attachments value)
    Set method for attribute "Leaders"
    Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders.

Method Detail

GetItemAttachment/SetItemAttachment

/*optional*/ AttachmentGetItemAttachment ()
voidSetItemAttachment ( /*optional*/ Attachment value)


    The location where the detail item is attached. If this is null when retrieving the information from an existing symbol, the item's leader type is not supported by this product.



GetLeaders/SetLeaders

/*optional*/ AttachmentsGetLeaders ()
voidSetLeaders ( /*optional*/ Attachments value)


    Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders.



GetElbowLength/SetElbowLength

/*optional*/ DoubleGetElbowLength ()
voidSetElbowLength ( /*optional*/ Double value)


    The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present.