Click or drag to resize
RpModelGetRpObjModel Method (Int32)
Gets the dynamic representation object model associated with a representation object model 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 RpObjModel GetRpObjModel(
	int id
)

Parameters

id
Type: SystemInt32
The representation object model identifier.

Return Value

Type: RpObjModel
The dynamic representation object model associated with id if any, null otherwise.
See Also