| RpObjModelRpModel Property |
Gets the dynamic representation model that contains 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 RpModel RpModel { get; }
Public ReadOnly Property RpModel As RpModel
Get
public:
property RpModel^ RpModel {
RpModel^ get ();
}
Property Value
Type:
RpModel
The dynamic representation model that contains the dynamic
representation object model.
See Also