Metodo DedPhaseControlShowPhaseDist
|
Visualizza la distinta di fase passata.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 28.1.0-RC6
Sintassipublic void ShowPhaseDist(
BomItemPhaseCollection phaseBom,
bool ignoreDateSet = false
)
Public Sub ShowPhaseDist (
phaseBom As BomItemPhaseCollection,
Optional ignoreDateSet As Boolean = false
)
public:
void ShowPhaseDist(
BomItemPhaseCollection^ phaseBom,
bool ignoreDateSet = false
)
member ShowPhaseDist :
phaseBom : BomItemPhaseCollection *
?ignoreDateSet : bool
(* Defaults:
let _ignoreDateSet = defaultArg ignoreDateSet false
*)
-> unit Parametri
- phaseBom BomItemPhaseCollection
- Distinta di fase da visualizzare.
- ignoreDateSet Boolean (Optional)
- Indica se ignorare il settaggio della data nella tendina della data di revisione.
Vedi anche