2027 Method
Changes 0
M

FabricReinSpanSymbol.Create

Description:
Places a new instance of the Structural Fabric Reinforcement Symbol into the project relative to a particular FabricSheet and View.
public static FabricReinSpanSymbol Create(
	Document document,
	ElementId viewId,
	LinkElementId hostId,
	XYZ point,
	ElementId symbolId
)
  • document
    The document.
  • viewId
    The id of the view in which the symbol should appear.
  • hostId
    The ElementId of FabricSheet (either in the document, or linked from another document).
  • point
    The span symbol's head position.
  • symbolId
    The id of the family symbol of this symbol.
Return Value FabricReinSpanSymbol A reference to the newly-created symbol.
  • hostId should refer to a FabricSheet element. -or- viewId does not refer to a valid view type for FabricReinSpanSymbol - only floor plan, reflected ceiling plans and elevations are permitted. -or- symbolId should refer to a FamilySymbol of category OST_FabricReinSpanSymbol.
  • A non-optional argument was null