StencilCreationScriptGetInfoText Method
Info text to show in GUI.
Namespace: PCBI_Stencil_Editor.StencilCreationRulesAssembly: PCBI_Stencil_Editor (in PCBI_Stencil_Editor.dll) Version: 17.0.0.0 (17.0.0.0)
string GetInfoText(
bool longDescription
)
Function GetInfoText (
longDescription As Boolean
) As String
String^ GetInfoText(
bool longDescription
)
abstract GetInfoText :
longDescription : bool -> string
- longDescription Boolean
- In the info area the long description is shown together with the image.
StringDescription string.
public string GetInfoText(bool longVersion)
{
if (longVersion)
return "Create one surface foreach copper pad. This is not finish implemented and do not use all parameters and mask check!";
return "Create one surface foreach copper pad.";
}