2027 Method
Changes 0
M

FabricationPart.SplitStraight

Description:
Splits the straight into two at the passed in point.
Overloads (2):
SplitStraight(Document,ElementId,XYZ)
public ElementId SplitStraight(
	Document document,
	ElementId partId,
	XYZ position
)
  • document
    The document.
  • partId
    Identifier of the straight to split.
  • position
    The position to split in the straight.
Return Value ElementId Returns the element identifier of the new straight.