Share

Geometry.PushClipBoundary Method

Description

Block references use clip boundaries to clip their contents. This method pushes a new boundary onto the stack, possibly affecting the display of subsequent primitives until it is removed using PopClipBoundary().

You must call PopClipBoundary() if your call to PushClipBoundary() succeeds.

Visual Basic

Public abstract Function PushClipBoundary(
    boundary As ClipBoundary
) As bool

C#

public abstract bool PushClipBoundary(
    ClipBoundary boundary
);

Parameters

Parameters Description
ClipBoundary boundary Input clip boundary

Returns

Returns true if successful; otherwise, returns false.

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?