FormAutomaticZoneCreationPitchInit Method

Create instance of enter text dialog for simple text input.

Definition

Namespace: PCBI_API_Extensions.Zones
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public void Init(
	string unit,
	string label,
	string thickness,
	List<string> availableThickness,
	bool useConnectorOption,
	bool useAnalysisResultOption
)

Parameters

unit  String
mm/mils or micron
label  String
main label e.g. 500
thickness  String
combobox entry
availableThickness  ListString
list of all thickness values for drop down
useConnectorOption  Boolean
 
useAnalysisResultOption  Boolean
 

See Also