| RpModelGetRpObjModel Method (Int32) |
Gets the dynamic representation object model associated with
a representation object model identifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public RpObjModel GetRpObjModel(
int id
)
Public Function GetRpObjModel (
id As Integer
) As RpObjModel
public:
RpObjModel^ GetRpObjModel(
int id
)
Parameters
- id
- Type: SystemInt32
The representation object model identifier.
Return Value
Type:
RpObjModelThe dynamic representation object model associated with
id if any,
null otherwise.
See Also