| MvRef Structure |
Transmits references of representation objects between a
component and a server.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public struct MvRef : IStreamable
Public Structure MvRef
Implements IStreamable
public value class MvRef : IStreamable
The MvRef type exposes the following members.
Constructors
| Name | Description |
---|
| MvRef |
Initializes a new MvRef instance.
|
TopProperties
| Name | Description |
---|
| ObjectId |
Gets the identifier of the object in its representation.
|
| ObjModelId |
Gets the identifier of the representation object model.
|
| RepresentationId |
Gets the identifier of the representation containing the object.
|
TopRemarks
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