| MvComponentDelRepresentation Method |
Called by Rogue Wave Server to delete a representation.
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 DelRepresentation(
Representation rp
)
Public Overridable Sub DelRepresentation (
rp As Representation
)
public:
virtual void DelRepresentation(
Representation^ rp
)
Parameters
- rp
- Type: RW.Server.ComponentRepresentation
The representation to be destroyed.
Remarks
Category: Representation management.
See Also