ViewportPositioning Enumeration |
An enumerated type listing of viewport positioning options on the sheet when swapped to another view.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum ViewportPositioning
Public Enumeration ViewportPositioning
public enum class ViewportPositioning
MembersMember name | Value | Description |
---|
ViewportCenter | 0 |
When swapping to another view, the center of the viewport will be maintained.
|
ViewOrigin | 1 |
When swapping to another view, the viewport location will be based on the view origin.
|
See Also