Metodo UtilDedDataPart2InvFile
|
Scrive i dati presenti nel DedDataPart nel file di Inventor ( tramite apprentice ).
Namespace:
DedNetInv
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 21.3.0.0 (21.3.0.0)
Sintassi public static void DedDataPart2InvFile(
IDedData dataPart,
string filename,
UtilDataAttrTypeEnum attrsType
)
Public Shared Sub DedDataPart2InvFile (
dataPart As IDedData,
filename As String,
attrsType As UtilDataAttrTypeEnum
)
public:
static void DedDataPart2InvFile(
IDedData^ dataPart,
String^ filename,
UtilDataAttrTypeEnum attrsType
)
static member DedDataPart2InvFile :
dataPart : IDedData *
filename : string *
attrsType : UtilDataAttrTypeEnum -> unit
Parametri
- dataPart
- Tipo: IDedData
Dati da scrivere. - filename
- Tipo: SystemString
File di interesse di Inventor - attrsType
- Tipo: DedNetInvUtilDataAttrTypeEnum
Tipo di lista attributi che si desidera scrivere nell'occorrenza.
Vedi anche