| 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: 7.2.0.0 (7.2.0.0)
Syntax public virtual Representation NewRepresentation(
RpModel m
)
Public Overridable Function NewRepresentation (
m As RpModel
) As Representation
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:
RepresentationA new
Representation instance.
Remarks
Category: Representation management.
This function calls the Representation
constructor with the model m.
See Also