GetIsClipped Method (IViewport)
Gets whether the Viewport is clipped by an entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetIsClipped( _
VARIANT_BOOL* IsClipped As System.Boolean _
) |
C# | |
---|
void GetIsClipped(
out System.bool IsClipped
) |
JavaScript | |
---|
GetIsClipped(
)
IsClipped : 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)
Example
Remarks
See Also
Availability
DraftSight V1R3.0