Application.NewFamilyInstanceCreationData(FamilySymbol, IList<XYZ>)
Method
Description:
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Creates an object which wraps the arguments of NewFamilyInstance() for batch creation.
Syntax
public FamilyInstanceCreationData NewFamilyInstanceCreationData(
FamilySymbol symbol,
IList<XYZ> adaptivePoints
)
Parameters
Parameter | Type | Description |
---|---|---|
symbol | FamilySymbol | A FamilySymbol object that represents the type of the instance that is to be inserted. |
adaptivePoints | IList | The adaptive point location where the adaptive instance is to be placed. |
Return Value