Metodo UtilSetLastDataRowVer(String, Guid)
|
Imposta nel file di Inventor il rowver utilizzato per aggiornare i dati nel documento. La scrittura viene eseguita solo se necessario.
Namespace: DedNetInvAssembly: DedNetInv (in DedNetInv.dll) Versione: 27.1.0
Sintassi public static void SetLastDataRowVer(
string fullFileName,
Guid rowver
)
Public Shared Sub SetLastDataRowVer (
fullFileName As String,
rowver As Guid
)
public:
static void SetLastDataRowVer(
String^ fullFileName,
Guid rowver
)
static member SetLastDataRowVer :
fullFileName : string *
rowver : Guid -> unit
Parametri
- fullFileName String
- Nome file nel quale scrivere.
- rowver Guid
- Rowver da impostare nel documento.
Vedi anche