Click or drag to resize

RepresentationDeleteRpObject Method

Deletes representation objects.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual void DeleteRpObject(
	RpObject obj
)

Parameters

obj
Type: RW.Server.ComponentRpObject
The representation object to be deleted.
Remarks
This function is called by the server when a representation object must be destroyed. This function calls Deletion if necessary.
See Also