| RpObjModelGetAttrId Method (String) |
Gets an non-indexed attribute identifier in the dynamic
representation object model.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public int GetAttrId(
string name
)
Public Function GetAttrId (
name As String
) As Integer
public:
int GetAttrId(
String^ name
)
Parameters
- name
- Type: SystemString
The name of an attribute.
Return Value
Type:
Int32The attribute identifier if the attribute exists and
is not indexed,
-1 otherwise.
See Also