FindAssociatedPlanViewId Method


Level Find Associated Plan View Id Method

Finds the id of the first available associated floor or structural plan view associated with this level.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ElementId FindAssociatedPlanViewId()

Return Value

ElementId
Remarks
The view id returned is determined by the same rules associated with the Revit tool "Go to Floor Plan". Many levels may actually have more than one associated floor plan id and this routine will only return the first one found. If no associated view is found, InvalidElementId is returned.
See Also