Metodo UtilDedDataPart2InvFile
|
Scrive i dati presenti nel DedDataPart nel file di Inventor ( tramite apprentice ).
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.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 IDedData
- Dati da scrivere.
- filename String
- File di interesse di Inventor
- attrsType UtilDataAttrTypeEnum
- Tipo di lista attributi che si desidera scrivere nell'occorrenza.
Vedi anche