Click or drag to resize

RpObjModelGetAttrId Method (String)

Gets an non-indexed attribute identifier in the dynamic representation object model.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public int GetAttrId(
	string name
)

Parameters

name
Type: SystemString
The name of an attribute.

Return Value

Type: Int32
The attribute identifier if the attribute exists and is not indexed, -1 otherwise.
See Also