JoinGeometryUtils.AreElementsJoined
Description:
Determines whether two elements are joined.
Determines whether two elements are joined.
Remarks:
This functionality is not available for family documents.
This functionality is not available for family documents.
-
documentThe document containing the two elements.
-
firstElementThe first element.
-
secondElementThe second element.
Return Value
bool
True if the two elements are joined.
-
document is not a project document. -or- The element firstElement was not found in the given document. -or- The element secondElement was not found in the given document.
-
A non-optional argument was null