<Code Lib>
2025.3 Method
Changes 0

public FamilyInstanceCreationData NewFamilyInstanceCreationData(
	Curve curve,
	FamilySymbol symbol,
	Level level,
	StructuralType structuralType
)

  • curve
    The curve where the instance is based.
  • 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…