Namespace:
Autodesk.Revit.DB
ViewPlacementOnSheetStatus
Enumeration
Description:
Indicates whether the View is placed on a Sheet.
Indicates whether the View is placed on a Sheet.
Remarks:
Some Views can be placed on one or more Sheets completely or partially. For example, a Schedule divided in segments, and only some of them are placed on Sheets.
Some Views can be placed on one or more Sheets completely or partially. For example, a Schedule divided in segments, and only some of them are placed on Sheets.
Syntax
public enum ViewPlacementOnSheetStatus
Unknown Namespace Members:
Name | Description |
---|---|
NotApplicable | The View cannot be placed on Sheet. |
NotPlaced | The View is not placed on a Sheet. |
PartiallyPlaced | The View is partially placed on a Sheet. |
CompletelyPlaced | The View is completely placed on a Sheet. |