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: 7.2.0.0 (7.2.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