| 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: 7.2.0.0 (7.2.0.0)
Syntax public RpAttrModel GetAttrModel(
int nth
)
Public Function GetAttrModel (
nth As Integer
) As RpAttrModel
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,
otherwise.
See Also