Click or drag to resize
RepresentationGetObject Method
Gets the representation object identified by an identifier.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
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