Click or drag to resize
MvComponentNewRepresentation Method
Called to create a new representation if no subtype of Representation is specified in the associated dynamic view type.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual Representation NewRepresentation(
	RpModel m
)

Parameters

m
Type: RW.Server.ComponentRpModel
The model that is used to create the new Representation instance.

Return Value

Type: Representation
A new Representation instance.
Remarks

Category: Representation management.

This function calls the Representation constructor with the model m.

See Also