| RpObjectSetConstAttributes Method |
Sets the value of the constant attributes of a
representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual void SetConstAttributes()
Public Overridable Sub SetConstAttributes
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