Sets the specified crop object in the specified viewport. If a crop object already exists, it will be replaced by the new object, so long as the new object is a valid crop.
FUNCTION SetVPCropObject(
viewportHandle : HANDLE;
cropHandle : HANDLE): BOOLEAN;def vs.SetVPCropObject(viewportHandle, cropHandle):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| viewportHandle | HANDLE | |
| cropHandle | HANDLE |
Availability: from VectorWorks11.0