<Code Lib>
2025 Method
Changes 0

public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	XYZ location,
	FamilySymbol symbol,
	Level level,
	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.
  • level
    A Level object that is used as the base level for the object.
  • structuralType
    If structural then specify the type of the component.
Return Value FamilyInstanceCreationData FamilyInstanceCreationData

Loading…