C++
virtual AcDbObjectId getNonRectVPIdFromClipId( AcDbObjectId clipId ) = 0;
Description
This function returns the AcDbObjectId for the non rectangular viewport ID associated with the given clipId. Returns NULL if given entity isn't a valid clip entity.
Parameters
| Parameters | Description |
|---|---|
| clipId | Input AcDbObjectId of clip entity to get the nonrectangular viewport ID from |