| MvComponentGetRepresentation Method |
Given an identifier, this method returns the associated
representation, if any.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.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