- Contents
DesignerCOM API
II3IDStep2::IsMarkedForDeletion Property
get_IsMarkedForDeletion
Returns whether or not the step is marked for deletion. Steps are marked for deletion if II3IDHandler::RemoveStep is called when a handler is still loading or re-synching with the registered tools.
IDL Function Prototype
HRESULT IsMarkedForDeletion(
[out, retval] VARIANT_BOOL * MarkedForDeletion
);
C/C++ Syntax
HRESULT get_IsMarkedForDeletion(VARIANT_BOOL * MarkedForDeletion);
Parameters
- MarkedForDeletion
-
True if the step is marked for deletion; otherwise False.