GetPlacementOnSheetStatus Method


Determines if this view placed on a sheet completely or partially.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2023

Syntax

C#
public ViewPlacementOnSheetStatus GetPlacementOnSheetStatus()
Visual Basic
Public Function GetPlacementOnSheetStatus As ViewPlacementOnSheetStatus
Visual C++
public:
ViewPlacementOnSheetStatus GetPlacementOnSheetStatus()

Return Value

A value indicating whether and how 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.

See Also