Library | Module

Interface IpfcDetailLeaders



Description

This interface represents a set of leaders used by a detail item.
See Also:
IpfcDetailNoteInstructions, IpfcDetailSymbolInstInstructions, IpfcFreeAttachment.Create(), IpfcParametricAttachment.Create()



Property Summary

PropertyElbowLengthas Double [optional]
The elbow length for the leaders. If null, the default elbow lenghth is used if there are leaders present.
PropertyItemAttachmentas IpfcAttachment [optional]
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.
PropertyLeadersas IpfcAttachments [optional]
Sequence of leaders. Indicates the locations where the leaders should be attached.If null, the detail item will not have leaders.



Method Summary

FunctionCCpfcDetailLeaders.Create () as IpfcDetailLeaders
Creates a data object describing a set of detail item leaders.



Property Detail


PropertyElbowLengthas Double [optional]

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




PropertyItemAttachmentas IpfcAttachment [optional]

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.




PropertyLeadersas IpfcAttachments [optional]

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





Method Detail


FunctionCCpfcDetailLeaders.Create () as IpfcDetailLeaders

Creates a data object describing a set of detail item leaders.
Returns:
The created data object.