Scrive tutti gli attributi di anagrafica in un file di Inventor.
            
        
        Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.4.0
Sintassipublic static void DataToInvFile(
	DedData data,
	string fileName,
	bool enforceOperation = false
)
Public Shared Sub DataToInvFile ( 
	data As DedData,
	fileName As String,
	Optional enforceOperation As Boolean = false
)
public:
static void DataToInvFile(
	DedData^ data, 
	String^ fileName, 
	bool enforceOperation = false
)
static member DataToInvFile : 
        data : DedData * 
        fileName : string * 
        ?enforceOperation : bool 
(* Defaults:
        let _enforceOperation = defaultArg enforceOperation false
*)
-> unit Parametri
- data  DedData
 - Anagrafica da associare al file di Inventor
 - fileName  String
 - Nome file che rappresenta il documento di Inventor
 - enforceOperation  Boolean  (Optional)
 - Se attivo forzo l'operazione. Copia anche se il documento non corrisponde al deddata passato.
 
Vedi anche