Share

Geometry.PopClipBoundary Method

Description

Removes the top most clip boundary from the stack. This method may only be called following a successful PushClipBoundary() call from within the WorldDraw or ViewportDraw of a drawable.

Visual Basic

Public abstract Function PopClipBoundary() As void

C#

public abstract void PopClipBoundary();

Links

Geometry Class, Autodesk.AutoCAD.GraphicsInterface Namespace

Was this information helpful?