AppendInnerLoop Method

Appends an inner loop to the hatch.

See Also | Example

Signature

object.AppendInnerLoop Loop

Object

Hatch
The object or objects this method applies to.

Loop

Variant (object, or array of objects); input-only
An array of objects forming a closed boundary. The array can consist of one or more objects. If more than one object is used, their endpoints must coincide for the loop to be created properly. The loop may contain the following types of objects:
Line, Polyline, Circle, Ellipse, Spline, Region

Remarks

After the Hatch object has been created using the AddHatch method, add the outer loop using AppendOuterLoop. The outer loop must be closed and must be created before any inner loops can be added.

 

   Comments?