| RpObjectIsEditable Method |
Indicates if an attribute is editable.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public bool IsEditable(
int attrId
)
Public Function IsEditable (
attrId As Integer
) As Boolean
public:
bool IsEditable(
int attrId
)
Parameters
- attrId
- Type: SystemInt32
:
The attribute identifier.
Return Value
Type:
Booleantrue if the attribute exists and can be edited,
and
false otherwise.
See Also