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: 7.2.0.0 (7.2.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