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