| RpModelGetRpObjModel Method (String, String) |
Gets the dynamic representation object model .
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(
string svType,
string rpType
)
Public Function GetRpObjModel (
svType As String,
rpType As String
) As RpObjModel
public:
RpObjModel^ GetRpObjModel(
String^ svType,
String^ rpType
)
Parameters
- svType
- Type: SystemString
The name of a server object type. - rpType
- Type: SystemString
The name of a representation object.
Return Value
Type:
RpObjModelThe associated dynamic representation object model if
any,
null otherwise.
See Also