2027 Constructor
Changes 0
C

FillPattern(String, FillPatternTarget, FillPatternHostOrientation, Double, Double, Double)

Description:
Creates a simple crosshatch fill pattern based on the given name, angle, spacing, FillPatternTarget and FillPatternHostOrientation.
Overloads (5):
public FillPattern(
	string name,
	FillPatternTarget target,
	FillPatternHostOrientation orientation,
	double angle,
	double spacing1,
	double spacing2
)
  • String
    name
    The name.
  • target
    The fill pattern target.
  • orientation
    The fill pattern orientation.
  • Double
    angle
    The angle.
  • Double
    spacing1
    The spacing.
  • Double
    spacing2
    The spacing.