Click or drag to resize
RepresentationDeleteRpObject Method
Deletes representation objects.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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