Indicates whether the View is placed on a Sheet.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public enum ViewPlacementOnSheetStatus
Members
Member name | Value | Description |
---|---|---|
CompletelyPlaced | 3 | The View is completely placed on a Sheet. |
NotApplicable | 0 | The View cannot be placed on Sheet. |
NotPlaced | 1 | The View is not placed on a Sheet. |
PartiallyPlaced | 2 | The View is partially placed on a Sheet. |