<Code Lib>
2026 Method
Changes 5
M

FillPatternElement.GetFillPatternElementByName

Description:
Retrieves the FillPatternElement by its name.

public static FillPatternElement GetFillPatternElementByName(
	Document document,
	FillPatternTarget target,
	string name
)

  • document
    The document in which to retrieve the FillPatternElement.
  • target
    The FillPatternTarget of the FillPatternElement.
  • String
    name
    The name of the FillPatternElement.
Return Value FillPatternElement The FillPatternElement.

Loading…