Click or drag to resize

RpObjectSetConstAttribute Method

Sets the value of a constant attribute for 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 bool SetConstAttribute(
	int attrId
)

Parameters

attrId
Type: SystemInt32
The attribute identifier.

Return Value

Type: Boolean
false if attrId does not identify a constant attribute true otherwise.
Remarks
The constant attribute is identified by the attribute identifier passed as parameter. It must have been specified with a literal value in the dynamic-view type specification.
See Also