| RepresentationRemoveOrigin Method |
Requests the server to remove the server object associated with
a representation object as an origin of the view associated with
this corresponding 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 RemoveOrigin(
RpObject rpObj
)
Public Overridable Sub RemoveOrigin (
rpObj As RpObject
)
public:
virtual void RemoveOrigin(
RpObject^ rpObj
)
Parameters
- rpObj
- Type: RW.Server.ComponentRpObject
The representation object.
Remarks
Callback on associated view on server side.
The function has no effect if this server object is not an
origin of the view.
See Also