| MvComponentGetRpObject Method |
Returns the RpObject from a given
MvRef.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual RpObject GetRpObject(
MvRef objref
)
Public Overridable Function GetRpObject (
objref As MvRef
) As RpObject
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