| MvComponentGetRepresentation Method |
Given an identifier, this method returns the associated
representation, if any.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public Representation GetRepresentation(
int id
)
Public Function GetRepresentation (
id As Integer
) As Representation
public:
Representation^ GetRepresentation(
int id
)
Parameters
- id
- Type: SystemInt32
The representation identifier.
Return Value
Type:
RepresentationThe representation or
null.
See Also