Click or drag to resize

MvComponentGetRpObject Method

Returns the RpObject from a given MvRef.

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 RpObject GetRpObject(
	MvRef objref
)

Parameters

objref
Type: RW.Server.ComponentMvRef
The object reference.

Return Value

Type: RpObject
The RpObject referenced by objref.
See Also