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: 6.3.0.0 (0.8.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