IPile Delete Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Deletes object from pile by its pointer returning true if there is no access violation and pointer is pointing to the valid object, throws otherwise unless throwInvalid is set to false

Namespace: NFX.ApplicationModel.Pile
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

bool Delete(
	PilePointer ptr,
	bool throwInvalid = true
)

Return Value

Type: OnlineBoolean
See Also