Metodo UtilityShowECO(TreeList, Point, String, Int32)
|
Visualizza gli ECO associati alla commessa cliccata.
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 28.0.0
Sintassipublic static void ShowECO(
TreeList tree,
Point pnt,
string colCommName,
int numEco
)
Public Shared Sub ShowECO (
tree As TreeList,
pnt As Point,
colCommName As String,
numEco As Integer
)
public:
static void ShowECO(
TreeList^ tree,
Point pnt,
String^ colCommName,
int numEco
)
static member ShowECO :
tree : TreeList *
pnt : Point *
colCommName : string *
numEco : int -> unit
Parametri
- tree TreeList
- Vista della griglia.
- pnt Point
- Punto in cui il mouse è stato cliccato.
- colCommName String
- Nome della colonna da cui prelevare il nome della commessa.
- numEco Int32
Vedi anche