Rogue Wave Server Component library for .NET Reference Guide
|
|
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.0.0.0 (7.0.0.0)
public virtual bool SetConstAttribute( int attrId )
Public Overridable Function SetConstAttribute ( attrId As Integer ) As Boolean
public: virtual bool SetConstAttribute( int attrId )
Parameters
- attrId
- Type: SystemInt32
The attribute identifier.
Return Value
Type: Booleanfalse if attrId does not identify a constant attribute true otherwise.
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.
Copyright© 2017, Rogue Wave Software, Inc. All Rights Reserved.
Send comments on this topic to
Give us feedback