Click or drag to resize

RpObjectIsMatchingRef Method

This function tests whether the id attribute can be assigned the value of the object. More specifically, it checks whether the update might impair the type integrity of the server.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual bool IsMatchingRef(
	int attrId,
	RpObject objref
)

Parameters

attrId
Type: SystemInt32
: The attribute identifier.
objref
Type: RW.Server.ComponentRpObject
: The new potential value.

Return Value

Type: Boolean
True if the assignment is allowed, false otherwise.
See Also