| RpObjectGetAttributeKind Method |
Gets the type identifier of an attribute attached to this
representation object.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public MvKind GetAttributeKind(
int attrId
)
Public Function GetAttributeKind (
attrId As Integer
) As MvKind
public:
MvKind GetAttributeKind(
int attrId
)
Parameters
- attrId
- Type: SystemInt32
The identifier of the attribute attached to this representation
object that is queried.
Return Value
Type:
MvKindA type identifier.
See Also