2022 Members
Changes 5
M

ViewCropRegionShapeManager

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ViewCropRegionShapeManager
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetAnnotationCropShape() CurveLoop Gets the annotation crop box assigned to the view.
M GetCropShape() The crop boundaries. Gets the crop boundaries that are curently active.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetSplitRegionMaximum(Int32) double Returns the proportional location of the maximum boundary of the specified split crop region.
M GetSplitRegionMinimum(Int32) double Returns the proportional location of the minimum boundary of the specified split crop region.
M GetSplitRegionOffset(Int32) XYZ Returns the offset for the specified split crop region.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsCropRegionShapeValid(CurveLoop) bool 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.
M RemoveCropRegionShape() None Removes any non-rectangular boundary of the view's crop.
M RemoveSplit() None Removes any split applied to the view's crop.
M RemoveSplitRegion(Int32) None Removes one region in split crop.
M SetCropShape(CurveLoop) None Sets the boundary of the view's crop to the specified shape.
M SplitRegionHorizontally(Int32, Double, Double) None Splits horizontally one region in split crop.
M SplitRegionVertically(Int32, Double, Double) None Splits vertically one region in split crop.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P BottomAnnotationCropOffset double The offset from the bottom of the view crop that determines the location of the annotation crop bottom boundary.
P CanBeSplit bool Verifies that the crop of the associated view is permitted to have multiple regions.
P CanHaveAnnotationCrop bool Verifies that the view is allowed to have an annotation crop.
P CanHaveShape bool Verifies that the crop of the associated view is permitted to have a non-rectangular shape.
P IsSplitHorizontally bool Whether or not the view's crop is split (and the split is horizontal).
P IsSplitVertically bool Whether or not the view's crop is split (and the split is vertical).
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P LeftAnnotationCropOffset double The offset from the left of the view crop that determines the location of the annotation crop left boundary.
P NumberOfSplitRegions int The number of split crop regions (1 if the crop is not currently split).
P RightAnnotationCropOffset double The offset from the right of the view crop that determines the location of the annotation crop right boundary.
P ShapeSet bool Whether or not the view crop has a non-rectangular shape set.
P Split bool Whether or not the view crop is split.
P TopAnnotationCropOffset double The offset from the top of the view crop that determines the location of the annotation crop top boundary.