2023 Method
Changes 5
M

MassZone.GetCoincidentReferenceFromAdjacentZone

Description:
This method is used to get a Reference from an adjacent MassZone that is coincident to a Reference of this MassZone.
Remarks:
The result is always a Reference to a Face. The Reference Type should report as REFERENCE_TYPE_SURFACE. Currently Revit improperly reports it as REFERENCE_TYPE_NONE. The results are always references to Faces.
public Reference GetCoincidentReferenceFromAdjacentZone(
	Reference referenceToZoneFace
)
Return Value nullNothingnullptr Reference to coincident face of adjacent MassZone or null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no adjacent MassZone face Reference.