Metodo UtilSetLastDataRowVer (PartManager, Guid)
|
Imposta nel documento il rowver utilizzato per aggiornare i dati nel documento.
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 22.4.2.0 (22.4.2.0)
Sintassi public static void SetLastDataRowVer(
PartManager partManager,
Guid rowver
)
Public Shared Sub SetLastDataRowVer (
partManager As PartManager,
rowver As Guid
)
public:
static void SetLastDataRowVer(
PartManager^ partManager,
Guid rowver
)
static member SetLastDataRowVer :
partManager : PartManager *
rowver : Guid -> unit
Parametri
- partManager
- Tipo: PartManager
- rowver
- Tipo: SystemGuid
Rowver da impostare nel documento.
Vedi anche