Share

CropOperations Object


Description

CropOperations object represents all crop operations applied to a drawing view.

Methods

Name Description
Add Method that adds a crop to a drawing view. The newly created CropOperation object is returned.
AddBySketch Method that adds a crop to a drawing view. The newly created CropOperation object is returned.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Count Gets the number of items in this collection.
Item Allows integer-indexed access to items in the collection.
Type Gets the constant that indicates the type of this object.

Accessed From

DetailDrawingView.CropOperations, DrawingView.CropOperations, SectionDrawingView.CropOperations

Samples

Name Description
CropOperation creation sample This sample demonstrates how to create a crop operation for a drawing view bases on a sketch under the drawing view.

Version

Introduced in version 2025.1

Was this information helpful?