| MvRef Constructor |
Initializes a new
MvRef instance.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public MvRef(
int rpId,
int objId,
int objModelId
)
Public Sub New (
rpId As Integer,
objId As Integer,
objModelId As Integer
)
public:
MvRef(
int rpId,
int objId,
int objModelId
)
Parameters
- rpId
- Type: SystemInt32
The identifier of the representation containing the object.
- objId
- Type: SystemInt32
The identifier of the object in its representation.
- objModelId
- Type: SystemInt32
The identifier of the representation object model.
Remarks
To get the reference of a representation object, you would
normally use
Reference.
However, this constructor allows you to construct a reference.
See Also