StencilCreationScript Interface

Definition

Namespace: PCBI_Stencil_Editor.StencilCreationRules
Assembly: PCBI_Stencil_Editor (in PCBI_Stencil_Editor.dll) Version: 17.0.0.0 (17.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 
CreateXMLString To save the script details in the rule handling xml.
GetImageBase64 Image for the info area dialog.
GetInfoText Info text to show in GUI.
GetPreviewPolygon 
IsAvailableFor Filter the available script rules for the stencil editor.

See Also