This method is used to get a Reference from an adjacent MassZone that is coincident to a Reference of this MassZone.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2012
Syntax
| C# |
|---|
public Reference GetCoincidentReferenceFromAdjacentZone(
Reference referenceToZoneFace
) |
| Visual Basic |
|---|
Public Function GetCoincidentReferenceFromAdjacentZone ( _
referenceToZoneFace As Reference _
) As Reference |
| Visual C++ |
|---|
public:
Reference^ GetCoincidentReferenceFromAdjacentZone(
Reference^ referenceToZoneFace
) |
Return Value
Reference to coincident face of adjacent MassZone or
nullNothingnullptra null reference (Nothing in Visual Basic) if there is no adjacent MassZone face Reference.
Remarks
Exceptions
See Also