Click or drag to resize

MvComponentGetRpModel Method

Model Management. Returns the dynamic representation model identified by id, if any, or null otherwise.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public RpModel GetRpModel(
	int id
)

Parameters

id
Type: SystemInt32
The representation model identifier.

Return Value

Type: RpModel
The representation model or null.
See Also