<Code Lib>
2027 Method
Changes 0
M

PartMakerMethodToDivideVolumes.IsElementValidIntersectingReference(Document, ElementId)

Description:
Identifies if the provided member is valid.
Overloads (2):
IsElementValidIntersectingReference(Document,ElementId)

public static bool IsElementValidIntersectingReference(
	Document document,
	ElementId elementId
)

  • document
    The document.
  • elementId
    Element ids to be tested for validity for intersecting references.
Return Value Boolean True if the reference is valid, false otherwise.

Loading…