Metodo DedDistControlCompareDistExport (DistHeader, DistHeader, BomItemComparer, BomItemCollection)
|
Evidenzia un nodo dell'albero in base allo stato di comparazione della distinta
Namespace:
DedNet.Controls
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void CompareDistExport(
DistHeader hdSx,
DistHeader hdDx,
BomItemComparer bic,
BomItemCollection bomExp
)
Public Sub CompareDistExport (
hdSx As DistHeader,
hdDx As DistHeader,
bic As BomItemComparer,
bomExp As BomItemCollection
)
public:
void CompareDistExport(
DistHeader^ hdSx,
DistHeader^ hdDx,
BomItemComparer^ bic,
BomItemCollection^ bomExp
)
member CompareDistExport :
hdSx : DistHeader *
hdDx : DistHeader *
bic : BomItemComparer *
bomExp : BomItemCollection -> unit
Parametri
- hdSx
- Tipo: DedNet.CoreDistHeader
- hdDx
- Tipo: DedNet.CoreDistHeader
- bic
- Tipo: DedNet.CoreBomItemComparer
- bomExp
- Tipo: DedNet.CoreBomItemCollection
Vedi anche