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: 6.3.0.0 (0.8.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