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: 6.3.0.0 (0.8.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