2027 Method
Changes 0
M

HostObject.FindInserts

Description:
Gets the ids of the instances inserted into this host object.
public IList<ElementId> FindInserts(
	bool addRectOpenings,
	bool includeShadows,
	bool includeEmbeddedWalls,
	bool includeSharedEmbeddedInserts
)
  • Boolean
    addRectOpenings
    True if rectangular openings should be included in the return.
  • Boolean
    includeShadows
    True if shadows should be included in the return.
  • Boolean
    includeEmbeddedWalls
    True if embedded walls should be included in the return.
  • Boolean
    includeSharedEmbeddedInserts
    True if shared embedded inserts should be included in the return.
Return Value IList<ElementId> All the insertable instances' ids.