public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	XYZ location,
	FamilySymbol symbol,
	XYZ referenceDirection,
	Element host,
	StructuralType structuralType
)
  • location
    The physical location where the instance is to be placed.
  • symbol
    A FamilySymbol object that represents the type of the instance that is to be inserted.
  • referenceDirection
    A vector that dictates the direction of certain family instances.
  • host
    The object into which the family instance is to be inserted, often known as the host.
  • structuralType
    If structural then specify the type of the component.
Return Value FamilyInstanceCreationData FamilyInstanceCreationData