Click or drag to resize

MvComponentDelRepresentation Method

Called by Rogue Wave Server to delete a representation.

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 DelRepresentation(
	Representation rp
)

Parameters

rp
Type: RW.Server.ComponentRepresentation
The representation to be destroyed.
Remarks

Category: Representation management.

See Also