Click or drag to resize

RpObjectSetConstAttributes Method

Sets the value of the constant attributes of a representation object.

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 void SetConstAttributes()
Remarks
The constant attributes are those specified with a literal value in the dynamic view type specification. This function is particularly useful when a represntation object is created directly on the component side because in that case the value of contant attributes is not notified by the server.
See Also