| RepresentationGetObject Method |
Gets the representation object identified by
an identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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