DeleteInstance method
- Last UpdatedJul 23, 2024
- 1 minute read
Delete an instance.
Class
IInstance
Syntax
[C#]
void DeleteInstance(
EForceDeleteInstanceOption ForceDeleteOption
);
[Visual C++]
HRESULT DeleteInstance(
[in, optional, defaultvalue( dontForceInstanceDelete )] EForceDeleteInstanceOption ForceDeleteOption
);
Parameters
ForceDeleteOption
Various options to indicate whether deletion of the object should be forced.