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: 6.3.0.0 (0.8.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