ViewPositionGetPlacedViewportIdsForViewPosition Method

Gets the placed viewport ids for the view position.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<ElementId> GetPlacedViewportIdsForViewPosition()

Return Value

IListElementId
The placed viewport ids for the view position.
See Also