Click or drag to resize
RpModelGetRpObjModel Method (String, String)
Gets the dynamic representation object model .

Namespace: RW.Server.Component
Assembly: 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
)

Parameters

svType
Type: SystemString
The name of a server object type.
rpType
Type: SystemString
The name of a representation object.

Return Value

Type: RpObjModel
The associated dynamic representation object model if any, null otherwise.
See Also