VCGetEntityRedoLevel


Version:

2.0.4

Description:

Retrieves the redo level of the entity referenced by the entityhandle parameter.

Declaration:

 

C/C++

extern "C" short WINAPI VCGetEntityRedoLevel(short* iError, ENTITYHANDLE hE);

Delphi

function VCGetEntityRedoLevel(var iError: Smallint; hE: Longint):Smallint; stdcall;

ActiveX/COM

Function GetEntityRedoLevel(ByVal hE As Long) As Integer

Parameters:

hE - the entity of interest
returns - the redo level of the specified entity

Notes:

Each entity in the database maintains a flag indicating the level of redo.

See Also:

 VCGetEntityUndoLevel, VCBeginOperation, VCEndOperation