Click or drag to resize
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: 6.3.0.0 (0.8.0.0)
Syntax
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: MvKind
A type identifier.
See Also