Click or drag to resize

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.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
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