Metodo UtilDedDataPart2InvOcc
|
Scrive i dati presenti nel DedDataPart nell'occorrenza.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static void DedDataPart2InvOcc(
DedDataPart dataPart,
ComponentOccurrence invOcc,
UtilDataAttrTypeEnum attrsType
)
Public Shared Sub DedDataPart2InvOcc (
dataPart As DedDataPart,
invOcc As ComponentOccurrence,
attrsType As UtilDataAttrTypeEnum
)
public:
static void DedDataPart2InvOcc(
DedDataPart^ dataPart,
ComponentOccurrence^ invOcc,
UtilDataAttrTypeEnum attrsType
)
static member DedDataPart2InvOcc :
dataPart : DedDataPart *
invOcc : ComponentOccurrence *
attrsType : UtilDataAttrTypeEnum -> unit
Parametri
- dataPart DedDataPart
- Dati da scrivere.
- invOcc ComponentOccurrence
- Occorrenza di inventor nella quale scrivere i dati.
- attrsType UtilDataAttrTypeEnum
- Tipo di lista attributi che si desidera scrivere nell'occorrenza.
Vedi anche