| MvComponentGetRpModel Method |
Model Management. Returns the dynamic representation model identified by
id, if any, or null otherwise.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public RpModel GetRpModel(
int id
)
Public Function GetRpModel (
id As Integer
) As RpModel
public:
RpModel^ GetRpModel(
int id
)
Parameters
- id
- Type: SystemInt32
The representation model identifier.
Return Value
Type:
RpModel The representation model or
null.
See Also