StencilCreationScript Interface
Namespace: PCBI_Stencil_Editor.StencilCreationRulesAssembly: PCBI_Stencil_Editor (in PCBI_Stencil_Editor.dll) Version: 16.0.0.0 (16.0.0.0)
public interface StencilCreationScript
Public Interface StencilCreationScript
public interface class StencilCreationScript
type StencilCreationScript = interface end
Name |
The shown stencil rule name in the stencil editor.
|
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.
|