RVTDocs.com

FamilyInstanceCreationData(FamilySymbol, IList<XYZ>)

Constructor
Description:
Autodesk.Revit.Creation.
Syntax
public FamilyInstanceCreationData(
	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 points where the adaptive instance is to be initialized.
Return Value