Hatch.AppendLoop(HatchLoop) Method

Visual Basic

Public Function AppendLoop(
    hatchLoop As HatchLoop
) As void

C#

public void AppendLoop(
    HatchLoop hatchLoop
);

Parameters

Parameters Description
HatchLoop hatchLoop Input type of loop

Description

This function appends a new boundary loop (polyline) to the hatch entity

Links

Hatch Class, Autodesk.AutoCAD.DatabaseServices Namespace