| RepresentationDeleteRpObject Method |
Deletes representation objects.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void DeleteRpObject(
RpObject obj
)
Public Overridable Sub DeleteRpObject (
obj As RpObject
)
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