| RpObjModelGetAttrModel Method |
Gets an attribute 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 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