<Code Lib>
2020 Method
Changes 0
M

Application.NewFamilyInstanceCreationData(XYZ, FamilySymbol, XYZ, Element, StructuralType)

Description:
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.

public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	XYZ location,
	FamilySymbol symbol,
	XYZ referenceDirection,
	Element host,
	StructuralType structuralType
)

Return Value FamilyInstanceCreationData

Loading…