<Code Lib>
2023 Method
Changes 0
M

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

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

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

Return Value FamilyInstanceCreationData

Loading…