| Visual Basic | |
|---|---|
Sub GetIsClipped( _ ByRef IsClipped As System.Boolean _ ) | |
| C# | |
|---|---|
void GetIsClipped( out System.bool IsClipped ) | |
| JavaScript | |
|---|---|
GetIsClipped( ) : Boolean | |
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)
Create Rectangular Viewport (C#)
Create Rectangular Viewport (VB.NET)
Create Rectangular Viewport (VBA)
Create Rectangular Viewport (VB.NET)
Create Rectangular Viewport (VBA)
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.
DraftSight V1R3.0
Syntax