Click or drag to resize

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
)

Parameters

id
Type: SystemInt32
The representation identifier.

Return Value

Type: Representation
The representation or null.
See Also