| RpObjectGetAttributeKind Method |
Gets the type identifier of an attribute attached to this
representation object.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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