GetIsClipped Method (IViewport) Send Feedback
See Also  Example
IsClipped[out]
True if the Viewport is clipped by an entity, false if the Viewport is not clipped by an entity (see Remarks)
Gets whether the Viewport is clipped by an entity.

Syntax

Visual Basic 
Sub GetIsClipped( _
   ByRef IsClipped As System.Boolean _
) 
C# 
void GetIsClipped( 
   out System.bool IsClipped
)
JavaScript 
GetIsClipped(
) : Boolean
COM native C++ 
HRESULT GetIsClipped( 
   VARIANT_BOOL* IsClipped
) 
C++ 
DSRESULT GetIsClipped( 
   bool* IsClipped
) 

Parameters

IsClipped[out] or Return Value
True if the Viewport is clipped by an entity, false if the Viewport is not clipped by an entity (see Remarks)

Example

Remarks

These entities can define the clipping boundary of a Viewport: Circle, Ellipse, closed PolyLine, Region, or closed Spline. After calling this method, call IViewport::GetClippedObject to get the entity that defines the clipping boundary.

 

See Also

Availability

DraftSight V1R3.0