StencilCreationScript Interface

Definition

Namespace: PCBI_Stencil_Editor.StencilCreationRules
Assembly: PCBI_Stencil_Editor (in PCBI_Stencil_Editor.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public interface StencilCreationScript

Properties

Name The shown stencil rule name in the stencil editor.

Methods

Clone Clone the instance e.g. if use clicks on the context menu to copy the rule to all pins.
CreateInstanceWithParameters PCBI.Automation.IO.XML.XMLDeserializeFromString(xml, ref myInstance);
CreatePads This method is calld if the stencil layer is created, for each component the method is called extra.
CreateXMLString To save the script details in the rule handling xml.
GetImageBase64 Image for the infor area dialog.
GetInfoText Info text to show in GUI.
GetPreviewPolygon The preview polygon list is used to show the previe image in GUI.
IsAvailableFor Filter the available script rules for the stencil editor.

See Also