The ViewCropRegionShapeManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the ViewCropRegionShapeManager
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetAnnotationCropShape
Gets the annotation crop box assigned to the view.
Public methodGetCropShape
Gets the crop boundaries that are curently active.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSplitRegionMaximum
Returns the proportional location of the maximum boundary of the specified split crop region.
Public methodGetSplitRegionMinimum
Returns the proportional location of the minimum boundary of the specified split crop region.
Public methodGetSplitRegionOffset
Returns the offset for the specified split crop region.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCropRegionShapeValid
Verifies that boundary represents one closed curve loop without self-intersections, consisting of non-zero length straight lines in a plane parallel to the view plane.
Public methodRemoveCropRegionShape
Removes any non-rectangular boundary of the view's crop.
Public methodRemoveSplit
Removes any split applied to the view's crop.
Public methodRemoveSplitRegion
Removes one region in split crop.
Public methodSetCropShape
Sets the boundary of the view's crop to the specified shape.
Public methodSplitRegionHorizontally
Splits horizontally one region in split crop.
Public methodSplitRegionVertically
Splits vertically one region in split crop.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBottomAnnotationCropOffset
The offset from the bottom of the view crop that determines the location of the annotation crop bottom boundary.
Public propertyCanBeSplit
Verifies that the crop of the associated view is permitted to have multiple regions.
Public propertyCanHaveAnnotationCrop
Verifies that the view is allowed to have an annotation crop.
Public propertyCanHaveShape
Verifies that the crop of the associated view is permitted to have a non-rectangular shape.
Public propertyIsSplitHorizontally
Whether or not the view's crop is split (and the split is horizontal).
Public propertyIsSplitVertically
Whether or not the view's crop is split (and the split is vertical).
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyLeftAnnotationCropOffset
The offset from the left of the view crop that determines the location of the annotation crop left boundary.
Public propertyNumberOfSplitRegions
The number of split crop regions (1 if the crop is not currently split).
Public propertyRightAnnotationCropOffset
The offset from the right of the view crop that determines the location of the annotation crop right boundary.
Public propertyShapeSet
Whether or not the view crop has a non-rectangular shape set.
Public propertySplit
Whether or not the view crop is split.
Public propertyTopAnnotationCropOffset
The offset from the top of the view crop that determines the location of the annotation crop top boundary.

See Also