Click or drag to resize
MvRef Structure
Transmits references of representation objects between a component and a server.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public struct MvRef : IStreamable

The MvRef type exposes the following members.

Constructors
  NameDescription
Public methodMvRef
Initializes a new MvRef instance.
Top
Properties
  NameDescription
Public propertyObjectId
Gets the identifier of the object in its representation.
Public propertyObjModelId
Gets the identifier of the representation object model.
Public propertyRepresentationId
Gets the identifier of the representation containing the object.
Top
Remarks
The transmission is usually transparent to the user. However, in some cases, these references can be handled directly. For instance, when defining callbacks, it may be useful to be able to pass such references as parameters to these callbacks. Beside the API of this class, Rogue Wave Server provides a set of functions that enable manipulation of these references.
See Also