public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	Face face,
	XYZ location,
	XYZ referenceDirection,
	FamilySymbol symbol
)
  • face
    A face of a geometry object.
  • location
    Point on the face where the instance is to be placed.
  • referenceDirection
    A vector that defines the direction of the family instance.
  • symbol
    A FamilySymbol object that represents the type of the instance that is to be inserted.
Return Value FamilyInstanceCreationData FamilyInstanceCreationData