InsertLoopAt Method

Inserts a loop at a given index of a hatch.

See Also | Example

Signature

object.InsertLoopAt Index, LoopType, Loop

Object

Hatch
The object or objects this method applies to.

Index

Integer; input-only
The index location in the array of vertices that make up the hatch boundary. The index must be a positive integer beginning with 0.

LoopType

AcLoopType enum; input-only

acHatchLoopTypeDefault

acHatchLoopTypeExternal

acHatchLoopTypePolyline

acHatchLoopTypeDerived

acHatchLoopTypeTextbox

Loop

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

 

   Comments?