2026 Method
Changes 0
M

LinePatternElement.Create

Description:
Creates a new LinePatternElement.
public static LinePatternElement Create(
	Document document,
	LinePattern linePattern
)
  • document
    The document in which to create the LinePatternElement.
  • linePattern
    The LinePattern associated to the newly created LinePatternElement.
Return Value LinePatternElement The newly created LinePatternElement.