Click or drag to resize
RpObjModelGetAttrModel Method
Gets an attribute in the dynamic representation object model.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public RpAttrModel GetAttrModel(
	int nth
)

Parameters

nth
Type: SystemInt32
The index of the attribute to retrieve.

Return Value

Type: RpAttrModel
The nth attribute in the dynamic representation object model if it exists,
null
otherwise.
See Also