Application.NewFamilyInstanceCreationData
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.
Overloads (9):
NewFamilyInstanceCreationData(Face,XYZ,XYZ,FamilySymbol)
public FamilyInstanceCreationData NewFamilyInstanceCreationData(
Face face,
XYZ location,
XYZ referenceDirection,
FamilySymbol symbol
)
-
faceA face of a geometry object.
-
locationPoint on the face where the instance is to be placed.
-
referenceDirectionA vector that defines the direction of the family instance.
-
symbolA FamilySymbol object that represents the type of the instance that is to be inserted.