2027 Method
Changes 0
M

Reference.Contains

Description:
Checks if given reference identifies part of object identified by this reference.
Remarks:
Can be used to check:
  • If given Reference is a part of a particular Subelement identified by this Reference.
  • If given Reference is a part of a particular Element identified by this Reference.
The input reference can refer to a subelement or a specific geometric item from an element or subelement.
public bool Contains(
	Reference reference
)
Return Value Boolean Returns true if given reference identifies part of object identified by this reference, false otherwise.