| RepresentationGetObject Method |
Gets the representation object identified by
an identifier.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public RpObject GetObject(
int rpObjId
)
Public Function GetObject (
rpObjId As Integer
) As RpObject
public:
RpObject^ GetObject(
int rpObjId
)
Parameters
- rpObjId
- Type: SystemInt32
The representation object identifier.
Return Value
Type:
RpObject The corresponding representation object if found,
null otherwise.
See Also