2027 Class
Changes 5
C

ViewSchedule

Description:
A schedule view.
Remarks:

The ViewSchedule class represents schedules and other schedule-like views, including single-category and multi-category schedules, key schedules, material takeoffs, view lists, sheet lists, keynote legends, revision schedules, and note blocks. The ViewSchedule class is not used for panel schedules (see PanelScheduleView) or graphical column schedules.

A schedule is a tabular representation of data. A typical schedule shows all elements of a category (doors, rooms, etc.) with each row representing an element and each column representing a parameter. This basic structure can be modified using filters, sorting, grouping, totals, formulas, and other features.

The ScheduleDefinition class contains most settings that determine the contents of a schedule, including category, fields, filters, and sorting.

A graphical representation of a schedule can be placed on a sheet using the ScheduleSheetInstance class.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Element
    Autodesk.Revit.DB.View
      Autodesk.Revit.DB.TableView
        Autodesk.Revit.DB.ViewSchedule
public class ViewSchedule : TableView
Name Return Type Description Inherited From
M AddFilter(ElementId) None Adds a filter to the view. (Inherited from View ) View
M AllowsAnalysisDisplay() Boolean Identifies if this view allows display of Analysis results. (Inherited from View ) View
M ApplyViewTemplateParameters(View) None Applies to this view the parameters of the input view that are not controlled by the current view template. (Inherited from View ) View
M AreGraphicsOverridesAllowed() Boolean Determines if Visibility/Graphics Overriddes can be applied to the view. (Inherited from View ) View
M ArePhasesModifiable() Boolean Returns true if the properties CreatedPhaseId and DemolishedPhaseId can be modified for this Element. (Inherited from Element ) Element
M CanApplyColorFillScheme(ElementId, ElementId) Boolean Checks if the id can be applied as the scheme id of specified category to this view. (Inherited from View ) View
M CanBeHidden(View) Boolean Indicates if the element can be hidden in the view. (Inherited from Element ) Element
M CanBeLocked() Boolean Identifies if the element can be locked. (Inherited from Element ) Element
M CanCategoryBeHidden(ElementId) Boolean Checks whether the category can be hidden in the view. (Inherited from View ) View
M CanCategoryBeHiddenTemporary(ElementId) Boolean Check if category can be temporarily hidden in the view. (Inherited from View ) View
M CanDeleteSubelement(Subelement) Boolean Checks if given subelement can be removed from the element. (Inherited from Element ) Element
M CanEnableTemporaryViewPropertiesMode() Boolean Indicates if Temporary View Properties mode can be applied for view in current state. (Inherited from View ) View
M CanGroupHeaders(Int32, Int32, Int32, Int32) Boolean Indicates if selected headers can be grouped for this schedule.
M CanHaveTypeAssigned() Boolean Identifies if the element can have a type assigned. (Inherited from Element ) Element
M CanModifyDetailLevel() Boolean Check if Detail Level can be modified. (Inherited from View ) View
M CanModifyDisplayStyle() Boolean Indicates if DisplayStyle can be modified. (Inherited from View ) View
M CanModifyViewDiscipline() Boolean Indicates if the View Discipline can be modified (Inherited from View ) View
M CanUngroupHeaders(Int32, Int32, Int32, Int32) Boolean Indicates if selected headers can be ungrouped.
M CanUseDepthCueing() Boolean Indicates if view can use Depth Cueing (Inherited from View ) View
M CanUseTemporaryVisibilityModes() Boolean Indicates if view can use temporary visibility modes (Inherited from View ) View
M CanViewBeDuplicated(ViewDuplicateOption) Boolean Identifies if this view can be duplicated. (Inherited from View ) View
M ChangeTypeId(ElementId) ElementId Changes the type of the element. (Inherited from Element ) Element
M ConvertTemporaryHideIsolateToPermanent() None Convert all temporary hidden elements or categories to permanently hidden in view. (Inherited from View ) View
M ConvertToIndependent() None Convert the dependent view to independent. (Inherited from View ) View
M CreateKeynoteLegend(Document) ViewSchedule Creates a keynote legend.
M CreateKeySchedule(Document, ElementId) ViewSchedule Create a key schedule.
M CreateMaterialTakeoff(Document, ElementId) ViewSchedule Creates a material takeoff.
M CreateNoteBlock(Document, ElementId) ViewSchedule Creates a note block.
M CreateRevisionSchedule(Document) ViewSchedule Creates a revision schedule.
M CreateSchedule(Document, ElementId) ViewSchedule Creates a regular schedule.
M CreateSchedule(Document, ElementId, ElementId) ViewSchedule Creates a regular schedule that can relate to a specific area scheme.
M CreateSheetList(Document) ViewSchedule Creates a sheet list.
M CreateViewList(Document) ViewSchedule Creates a view list.
M CreateViewTemplate() View Creates a new view template instance from this view instance. (Inherited from View ) View
M DeleteEntity(Schema) Boolean Deletes the existing entity created by %schema% in the element (Inherited from Element ) Element
M DeleteSegment(Int32) None Deletes a schedule segment.
M DeleteSubelement(Subelement) Boolean Removes a subelement from the element. (Inherited from Element ) Element
M DeleteSubelements(IList<Subelement>) Boolean Removes the subelements from the element. (Inherited from Element ) Element
M DisableTemporaryViewMode(TemporaryViewMode) None Disables the specified temporary view mode. (Inherited from View ) View
M Dispose() None (Inherited from Element ) Element
M Duplicate(ViewDuplicateOption) ElementId Duplicates this view. (Inherited from View ) View
M EnableRevealHiddenMode() None Enables Reveal Hidden elements mode. (Inherited from View ) View
M EnableTemporaryViewPropertiesMode(ElementId) Boolean Turns Temporary View Properties mode on or off. In this mode, any changes made to the view are temporary and will be discarded once the mode is disabled. (Inherited from View ) View
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M EvaluateAllParameterValues() IList<EvaluatedParameter> Evaluates all the parameters' values of the element. (Inherited from Element ) Element
M EvaluateParameterValues(ISet<ElementId>) IList<EvaluatedParameter> Evaluate the parameters' values of the element on the given parameter ID set. (Inherited from Element ) Element
M Export(String, String, ViewScheduleExportOptions) None Exports the schedule data to a text file.
M GetAvailableParameterCategories(SectionType, Int32) IList<ElementId> Get all available parameter categories. (Inherited from TableView ) TableView
M GetBackground() ViewDisplayBackground Returns the current background set for the view. (Inherited from View ) View
M GetCalculatedValueName(SectionType, Int32, Int32) String Gets the calculated value name for a cell from the template view. (Inherited from TableView ) TableView
M GetCalculatedValueText(SectionType, Int32, Int32) String Gets the calculated value text for a cell from the instance view. (Inherited from TableView ) TableView
M GetCalloutParentId() ElementId Gets ID of the callout parent view. (Inherited from View ) View
M GetCategoryHidden(ElementId) Boolean Checks if elements of the given category are set to be invisible (hidden) in this view. (Inherited from View ) View
M GetCategoryOverrides(ElementId) OverrideGraphicSettings Gets graphic overrides for a category in view. (Inherited from View ) View
M GetCellText(SectionType, Int32, Int32) String Gets the cell's text based on its type (Inherited from TableView ) TableView
M GetColorFillSchemeId(ElementId) ElementId Returns id of the color fill scheme element applied to the view. (Inherited from View ) View
M GetCropRegionShapeManager() ViewCropRegionShapeManager Returns an object for managing view crop region shape. (Inherited from View ) View
M GetDefaultNameForKeynoteLegend(Document) String Gets the default view name that will be used when creating a keynote legend.
M GetDefaultNameForKeySchedule(Document, ElementId) String Gets the default view name that will be used when creating a key schedule.
M GetDefaultNameForMaterialTakeoff(Document, ElementId) String Gets the default view name that will be used when creating a material takeoff.
M GetDefaultNameForNoteBlock(Document) String Gets the default view name that will be used when creating a note block.
M GetDefaultNameForRevisionSchedule(Document) String Gets the default view name that will be used when creating a revision schedule.
M GetDefaultNameForSchedule(Document, ElementId) String Gets the default view name that will be used when creating a regular schedule.
M GetDefaultNameForSchedule(Document, ElementId, ElementId) String Gets the default view name that will be used when creating a schedule.
M GetDefaultNameForSheetList(Document) String Gets the default view name that will be used when creating a sheet list.
M GetDefaultNameForViewList(Document) String Gets the default view name that will be used when creating a view list.
M GetDefaultParameterNameForKeySchedule(Document, ElementId) String Gets the default parameter name that will be used when creating a key schedule.
M GetDependentElements(ElementFilter) IList<ElementId> Get all elements that, from a logical point of view, are the children of this Element. (Inherited from Element ) Element
M GetDependentViewIds() ICollection<ElementId> Get the ids of dependent views. (Inherited from View ) View
M GetDepthCueing() ViewDisplayDepthCueing Returns the current depth cueing settings for the view. (Inherited from View ) View
M GetDirectContext3DHandleOverrides() DirectContext3DHandleOverrides Returns DirectContext3D handle overrides object for the view. (Inherited from View ) View
M GetElementOverrides(ElementId) OverrideGraphicSettings Gets graphic overrides for an element in the view. (Inherited from View ) View
M GetEntity(Schema) Entity Returns the existing entity corresponding to the Schema if it has been saved in the Element, or an invalid entity otherwise. (Inherited from Element ) Element
M GetEntitySchemaGuids() IList<Guid> Returns the Schema guids of any Entities stored in this element. (Inherited from Element ) Element
M GetExternalFileReference() ExternalFileReference Gets information pertaining to the external file referenced by the element. (Inherited from Element ) Element
M GetExternalResourceReference(ExternalResourceType) ExternalResourceReference Gets the ExternalResourceReference associated with a specified external resource type. (Inherited from Element ) Element
M GetExternalResourceReferenceExpanded(ExternalResourceType) IList<ExternalResourceReference> Gets the collection of ExternalResourceReference associated with a specified external resource type. (Inherited from Element ) Element
M GetExternalResourceReferences() IDictionary<ExternalResourceType,ExternalResourceReference> Gets the map of the external resource references referenced by the element. (Inherited from Element ) Element
M GetExternalResourceReferencesExpanded() ExternalResourceType Gets the expanded map of the external resource references referenced by the element. (Inherited from Element ) Element
M GetFilterOverrides(ElementId) OverrideGraphicSettings Gets graphic overrides that a filter applies to the view. (Inherited from View ) View
M GetFilters() ICollection<ElementId> Gets the filters applied to the view. (Inherited from View ) View
M GetFilterVisibility(ElementId) Boolean Gets the visibility of the elements associated with a filter. (Inherited from View ) View
M GetGeneratingElementIds(GeometryObject) ICollection<ElementId> Returns the ids of the element(s) that generated the input geometry object. (Inherited from Element ) Element
M GetGeometryObjectFromReference(Reference) GeometryObject Retrieve one geometric primitive contained in the element given a reference. (Inherited from Element ) Element
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetIsFilterEnabled(ElementId) Boolean Identifies if the filter is enabled in this view. (Inherited from View ) View
M GetLinkOverrides(ElementId) RevitLinkGraphicsSettings Gets the graphic overrides of a RevitLinkType or RevitLinkInstance in view. (Inherited from View ) View
M GetMaterialArea(ElementId, Boolean) Double Gets the area of the material with the given id. (Inherited from Element ) Element
M GetMaterialIds(Boolean) ICollection<ElementId> Gets the element ids of all materials present in the element. (Inherited from Element ) Element
M GetMaterialVolume(ElementId) Double Gets the volume of the material with the given id. (Inherited from Element ) Element
M GetModelToProjectionTransforms() IList<TransformWithBoundary> Gets the transforms from the model space to the view projection space. (Inherited from View ) View
M GetMonitoredLinkElementIds() IList<ElementId> Provides the link instance IDs when the element is monitoring. (Inherited from Element ) Element
M GetMonitoredLocalElementIds() IList<ElementId> Provides the local element IDs when the element is monitoring. (Inherited from Element ) Element
M GetNonControlledTemplateParameterIds() ICollection<ElementId> Returns a list of parameters that are not marked as included when this view is used as a template. (Inherited from View ) View
M GetOrderedFilters() IList<ElementId> Gets the filters applied to the view in the order they are applied. (Inherited from View ) View
M GetOrderedParameters() IList<Parameter> Gets the parameters associated to the element in order. (Inherited from Element ) Element
M GetParameter(ForgeTypeId) Parameter Retrieves a parameter from the element given identifier. (Inherited from Element ) Element
M GetParameterFormatOptions(ElementId) FormatOptions Returns a FormatOptions override for the element Parameter, or a default FormatOptions if no override exists. (Inherited from Element ) Element
M GetParameters(String) IList<Parameter> Retrieves the parameters from the element via the given name. (Inherited from Element ) Element
M GetPhaseStatus(ElementId) ElementOnPhaseStatus Gets the status of a given element in the input phase (Inherited from Element ) Element
M GetPlacementOnSheetStatus() ViewPlacementOnSheetStatus Determines if this view placed on a sheet completely or partially. (Inherited from View ) View
M GetPointCloudOverrides() PointCloudOverrides Returns point cloud overrides object for the view. (Inherited from View ) View
M GetPrimaryViewId() ElementId Get the id of the primary view. (Inherited from View ) View
M GetReferenceCallouts() ICollection<ElementId> Returns element ids of all reference callouts in the view. (Inherited from View ) View
M GetReferenceElevations() ICollection<ElementId> Returns element ids of all reference elevations in the view. (Inherited from View ) View
M GetReferenceSections() ICollection<ElementId> Returns element ids of all reference sections in the view. (Inherited from View ) View
M GetScheduleHeightsOnSheet() ScheduleHeightsOnSheet Gets the heights of schedule title, column header and each schedule body row.
M GetScheduleInstances(Int32) IList<ElementId> Gets the instances ids of schedule or schedule segment.
M GetSegmentCount() Int32 Gets the total count of schedule segments.
M GetSegmentHeight(Int32) Double Gets the segment height.
M GetSketchyLines() ViewDisplaySketchyLines Returns the current sketchy lines settings for the view. (Inherited from View ) View
M GetStripedRowsColor(StripedRowPattern) Color Gets the color applied to part of the pattern for a schedule with striped rows.
M GetSubelements() IList<Subelement> Returns the collection of element subelements. (Inherited from Element ) Element
M GetTableData() TableData Gets the writable table data object.
M GetTemplateParameterIds() IList<ElementId> Returns a list of parameter ids that may be controlled when this view is assigned as a template. (Inherited from View ) View
M GetTemporaryViewPropertiesId() ElementId When Temporary View Properties mode is in progress it provides view id that overrode settings for current view. Outside Temporary View Properties mode InvalidElementId will be returned. (Inherited from View ) View
M GetTemporaryViewPropertiesName() String When Temporary View Properties mode is in progress, name of applied template is returned. Outside Temporary View Properties mode, empty string will be returned. (Inherited from View ) View
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetTypeId() ElementId Returns the identifier of this element's type. (Inherited from Element ) Element
M GetValidCategoriesForKeySchedule() ICollection<ElementId> Gets a list of categories that can be used for a key schedule.
M GetValidCategoriesForMaterialTakeoff() ICollection<ElementId> Gets a list of categories that can be used for a material takeoff.
M GetValidCategoriesForSchedule() ICollection<ElementId> Gets a list of categories that can be used for a regular schedule.
M GetValidFamiliesForNoteBlock(Document) ICollection<ElementId> Gets a list of families that can be used for a note block.
M GetValidTypes() ICollection<ElementId> Obtains a set of types that are valid for this element. (Inherited from Element ) Element
M GetViewDisplayModel() ViewDisplayModel Returns the current view display model settings for the view. (Inherited from View ) View
M GetWorksetVisibility(WorksetId) WorksetVisibility Returns the visibility settings of a workset for this particular view. (Inherited from View ) View
M GetWorksharingDisplayMode() WorksharingDisplayMode Gets the current worksharing display mode for this view. (Inherited from View ) View
M GroupHeaders(Int32, Int32, Int32, Int32, String) None Groups schedule header cells.
M HasDetailLevel() Boolean Check if the view has a Detail Level property (Inherited from View ) View
M HasDisplayStyle() Boolean Indicates if view has a DisplayStyle property (Inherited from View ) View
M HasImageField() Boolean Checks whether the schedule definition includes any image-related fields and if any elements in the schedule actually have images in those fields.
M HasPhases() Boolean Returns true if this Element has the properties CreatedPhaseId and DemolishedPhaseId. (Inherited from Element ) Element
M HasViewDiscipline() Boolean Indicates if the view has a Discipline property (Inherited from View ) View
M HasViewTransforms() Boolean Returns true if the view reports model space to view projection space transforms. (Inherited from View ) View
M HideActiveWorkPlane() None Hide the active work plane of the view. (Inherited from View ) View
M HideCategoriesTemporary(ICollection<ElementId>) None Set multiple categories to be temporarily hidden in the view. (Inherited from View ) View
M HideCategoryTemporary(ElementId) None Set one category to be temporarily hidden in the view. (Inherited from View ) View
M HideElements(ICollection<ElementId>) None Sets the elements to be hidden in the view. (Inherited from View ) View
M HideElementsTemporary(ICollection<ElementId>) None Set multiple elements to be temporarily hidden in the view. To hide a group completely, you must also include all members of all groups and nested groups in your input. (Inherited from View ) View
M HideElementTemporary(ElementId) None Set one element to be temporarily hidden in the view. To hide a group completely, you must also include all members of all groups and nested groups in your input, therefore you should use the version of this method that accepts multiple element ids as input. (Inherited from View ) View
M IsCategoryOverridable(ElementId) Boolean Checks whether the category can have graphic overrides in this view. (Inherited from View ) View
M IsCreatedPhaseOrderValid(ElementId) Boolean Returns true if createdPhaseId and demolishedPhaseId are in order. (Inherited from Element ) Element
M IsDataOutOfDate() Boolean Indicates whether the schedule data is out of date.
M IsDemolishedPhaseOrderValid(ElementId) Boolean Returns true if createdPhaseId and demolishedPhaseId are in order. (Inherited from Element ) Element
M IsElementVisibleInTemporaryViewMode(TemporaryViewMode, ElementId) Boolean Identifies if the input element is visible for the temporary view mode for this view. (Inherited from View ) View
M IsExternalFileReference() Boolean Determines whether this Element represents an external file. (Inherited from Element ) Element
M IsFilterApplied(ElementId) Boolean Indicates if a filter is applied to the view. (Inherited from View ) View
M IsHidden(View) Boolean Identifies if the element has been permanently hidden in the view. (Inherited from Element ) Element
M IsInTemporaryViewMode(TemporaryViewMode) Boolean Returns true if the view is in a particular temporary view mode. (Inherited from View ) View
M IsMonitoringLinkElement() Boolean Indicate whether an element is monitoring any elements in any linked models. (Inherited from Element ) Element
M IsMonitoringLocalElement() Boolean Indicate whether an element is monitoring other local elements. (Inherited from Element ) Element
M IsolateCategoriesTemporary(ICollection<ElementId>) None Set categories to be temporarily isolated in the view. (Inherited from View ) View
M IsolateCategoryTemporary(ElementId) None Set one category to be temporarily isolated in the view. (Inherited from View ) View
M IsolateElementsTemporary(ICollection<ElementId>) None Set multiple elements to be temporarily isolated in the view. To isolate a group completely, you must also include all members of all groups and nested groups in your input. (Inherited from View ) View
M IsolateElementTemporary(ElementId) None Set one element to be temporarily isolated in the view. To isolate a group completely, you must also include all members of all groups and nested groups in your input, therefore you should use the version of this method that accepts multiple element ids as input. (Inherited from View ) View
M IsPhaseCreatedValid(ElementId) Boolean Returns true if createdPhaseId is an allowed value for the property CreatedPhaseId in this Element. (Inherited from Element ) Element
M IsPhaseDemolishedValid(ElementId) Boolean Returns true if demolishedPhaseId is an allowed value for the property DemolishedPhaseId in this Element. (Inherited from Element ) Element
M IsSplit() Boolean Checks if the schedule is split.
M IsTemporaryHideIsolateActive() Boolean Indicates if the view is temporarily hiding or isolating elements or categories. (Inherited from View ) View
M IsTemporaryViewPropertiesModeEnabled() Boolean Returns true when Temporary View Properties mode is in progress, false otherwise. (Inherited from View ) View
M IsValidCategoryForKeySchedule(ElementId) Boolean Checks whether a category can be used for a key schedule.
M IsValidCategoryForMaterialTakeoff(ElementId) Boolean Checks whether a category can be used for a material takeoff.
M IsValidCategoryForSchedule(ElementId) Boolean Checks whether a category can be used for a regular schedule.
M IsValidFamilyForNoteBlock(Document, ElementId) Boolean Checks whether a family can be used for a note block.
M IsValidSectionType(SectionType) Boolean Identifies if the section type is valid for this view. (Inherited from TableView ) TableView
M IsValidTextTypeId(ElementId) Boolean Identifies if the input id represents a valid text type id for use in the schedule properties.
M IsValidType(ElementId) Boolean Checks if given type is valid for this element. (Inherited from Element ) Element
M IsValidViewTemplate(ElementId) Boolean Verifies that the view represented by templateId can be set as the controlling view template for this view. (Inherited from View ) View
M IsViewValidForTemplateCreation() Boolean Verifies that the view is valid for template creation. (Inherited from View ) View
M IsWorksetVisible(WorksetId) Boolean Indicates whether the workset is visible in this view. (Inherited from View ) View
M LookupParameter(String) Parameter Attempts to find a parameter on the element which has the given name. (Inherited from Element ) Element
M MergeSegments(Int32, Int32) None Merges two adjacent segments into one.
M Print() None Print this view with the default view template and using the print setting of the current active document. (Inherited from View ) View
M Print(Boolean) None Print this view with the default view template, and either the view's document's print setting or the print setting of the current active document. (Inherited from View ) View
M Print(View) None Print this view with the given view template and using the print setting of the current active document. (Inherited from View ) View
M Print(View, Boolean) None Print this view with the given view template, and either the view's document's print setting or the print setting of the current active document. (Inherited from View ) View
M RefersToExternalResourceReference(ExternalResourceType) Boolean Determines whether this Element uses external resources associated with a specified external resource type. (Inherited from Element ) Element
M RefersToExternalResourceReferences() Boolean Determines whether this Element uses external resources. (Inherited from Element ) Element
M RefreshData() Boolean Rebuilds the schedule data if it is out of date.
M RemoveCalloutParent() None Replaces callout parent ID with InvalidElementId. (Inherited from View ) View
M RemoveFilter(ElementId) None Removes a filter from the view. (Inherited from View ) View
M RemoveLinkOverrides(ElementId) None Deletes the graphical link overrides in the current view. (Inherited from View ) View
M RestoreCalloutParent() None Restores callout parent ID to the original view ID if that view is still available. (Inherited from View ) View
M RestoreImageSize() None Restores all images to their original sizes.
M SetBackground(ViewDisplayBackground) None Sets the background for the view. Background can only be set for 3d views and for Sections/Elevations. (Inherited from View ) View
M SetCategoryHidden(ElementId, Boolean) None Sets if elements of the given category will be visible in this view. (Inherited from View ) View
M SetCategoryOverrides(ElementId, OverrideGraphicSettings) None Sets graphic overrides for a category in view. (Inherited from View ) View
M SetColorFillSchemeId(ElementId, ElementId) None Applies color fill scheme to this view. (Inherited from View ) View
M SetDepthCueing(ViewDisplayDepthCueing) None Sets the depth cueing settings for the view. (Inherited from View ) View
M SetElementOverrides(ElementId, OverrideGraphicSettings) None Sets graphic overrides for an element in the view. (Inherited from View ) View
M SetEntity(Entity) None Stores the entity in the element. If an Entity described by the same Schema already exists, it is overwritten. (Inherited from Element ) Element
M SetFilterOverrides(ElementId, OverrideGraphicSettings) None Sets the overrides associated with a filter. (Inherited from View ) View
M SetFilterVisibility(ElementId, Boolean) None Sets the visibility of the elements associated with a filter. (Inherited from View ) View
M SetIsFilterEnabled(ElementId, Boolean) None Sets the filter enabled flag. (Inherited from View ) View
M SetLinkOverrides(ElementId, RevitLinkGraphicsSettings) None Sets the graphic overrides of a RevitLinkType or RevitLinkInstance in the view. (Inherited from View ) View
M SetNonControlledTemplateParameterIds(ICollection<ElementId>) None Sets the parameters that will not be included when this view is used as a template. (Inherited from View ) View
M SetSegmentHeight(Int32, Double) None Sets the segment height.
M SetSketchyLines(ViewDisplaySketchyLines) None Sets the sketchy lines settings for the view. (Inherited from View ) View
M SetStripedRowsColor(StripedRowPattern, Color) None Sets the color applied to part of the pattern for a schedule with striped rows.
M SetViewDisplayModel(ViewDisplayModel) None Sets the view display model settings for the view. (Inherited from View ) View
M SetWorksetVisibility(WorksetId, WorksetVisibility) None Sets visibility for a workset in this view. (Inherited from View ) View
M SetWorksharingDisplayMode(WorksharingDisplayMode) None Sets the worksharing display mode for this view. (Inherited from View ) View
M ShowActiveWorkPlane() None Show the active work plane of the view. (Inherited from View ) View
M Split(IList<Double>) None Splits the schedule into several segments by given height of each segment.
M Split(Int32) None Splits the schedule into several segments by given segment number.
M SplitSegment(Int32, IList<Double>) None Splits the schedule segment by the given heights of new segments.
M SupportedColorFillCategoryIds() ICollection<ElementId> Returns collection of all category ids that correspond to elements that can potentially be colored in this view according to a color fill scheme. The set may be different depending on the view type. (Inherited from View ) View
M SupportsRevealConstraints() Boolean Checks that the view can have the Reveal Constraints mode activated. (Inherited from View ) View
M SupportsWorksharingDisplayMode(WorksharingDisplayMode) Boolean Checks whether this view supports the given worksharing display mode. (Inherited from View ) View
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M UngroupHeaders(Int32, Int32, Int32, Int32) None Ungroups selected headers of schedule.
M UnhideElements(ICollection<ElementId>) None Sets the elements to be shown in the given view if they are currently hidden. (Inherited from View ) View
Name Return Type Description Inherited From
P AnalysisDisplayStyleId ElementId Element id of Analysis Display Style associated with the view. (Inherited from View ) View
P AreAnalyticalModelCategoriesHidden bool Indicates if analytical model categories are currently hidden in the view. (Inherited from View ) View
P AreAnnotationCategoriesHidden bool Indicates if annotation categories are currently hidden in the view. (Inherited from View ) View
P AreCoordinationModelHandlesHidden bool Indicates if Coordination Model handles are currently hidden in the view. (Inherited from View ) View
P AreImportCategoriesHidden bool Indicates if import categories are currently hidden in the view. (Inherited from View ) View
P AreModelCategoriesHidden bool Indicates if model categories are currently hidden in the view. (Inherited from View ) View
P ArePointCloudsHidden bool Indicates if point clouds are currently hidden in the view. (Inherited from View ) View
P AssemblyInstanceId ElementId The id of the assembly instance to which the element belongs. (Inherited from Element ) Element
P AssociatedAssemblyInstanceId ElementId The Id of the assembly instance that owns the assembly view. (Inherited from View ) View
P BodyTextTypeId ElementId Defines the default text style used for the data section of the schedule.
P BoundingBox BoundingBoxXYZ Retrieves a box that circumscribes all geometry of the element. (Inherited from Element ) Element
P CanBePrinted bool Test whether the view can be printed. (Inherited from View ) View
P Category Category Retrieves a Category object that represents the category or sub category in which the element resides. (Inherited from Element ) Element
P CreatedPhaseId ElementId Id of a Phase at which the Element was created. (Inherited from Element ) Element
P CropBox BoundingBoxXYZ The Crop Box applied to the view, or an outline encompassing the crop region applied to the view. (Inherited from View ) View
P CropBoxActive bool Whether or not the Crop Box/Region is active for the view. (Inherited from View ) View
P CropBoxVisible bool Whether or not the Crop Box/Region is visible for the view. (Inherited from View ) View
P Definition ScheduleDefinition The primary ScheduleDefinition.
P DemolishedPhaseId ElementId Id of a Phase at which the Element was demolished. (Inherited from Element ) Element
P DesignOption DesignOption Returns the design option to which the element belongs. (Inherited from Element ) Element
P DetailLevel ViewDetailLevel The detail level of this view. (Inherited from View ) View
P Discipline ViewDiscipline The Discipline of the view. (Inherited from View ) View
P DisplayStyle DisplayStyle The DisplayStyle of the view. Returns DisplayStyle.Wireframe if the view has no display style. (Inherited from View ) View
P Document Document Returns the Document in which the Element resides. (Inherited from Element ) Element
P EmbeddedDefinition ScheduleDefinition The embedded ScheduleDefinition.
P GenLevel Level The level for the view. (Inherited from View ) View
P Geometry GeometryElement Retrieves the geometric representation of the element. (Inherited from Element ) Element
P GroupId ElementId The id of the group to which an element belongs. (Inherited from Element ) Element
P HasStripedRows bool Indicates whether this schedule has striped rows.
P HeaderTextTypeId ElementId Defines the default text style used in the column headers in the body section of the schedule.
P Id ElementId A unique identifier for an Element in an Autodesk Revit project. (Inherited from Element ) Element
P IsAssemblyView bool Indicates if the view is assembly view. (Inherited from View ) View
P IsCallout bool Indicates if the view is a callout view. (Inherited from View ) View
P IsHeaderFrozen bool A static property defining if the schedule header frozen setting is turned on or off in current Revit Application Session.
P IsInternalKeynoteSchedule bool Identifies if this ViewSchedule is an internal schedule used when keynotes are filtered based on the elements that are shown on a sheet.
P IsModifiable bool Identifies if the element is modifiable. (Inherited from Element ) Element
P IsTemplate bool Test whether the view is a view template. (Inherited from View ) View
P IsTitleblockRevisionSchedule bool Identifies if this ViewSchedule is an internal schedule used to display revision schedules as part of a titleblock.
P IsTransient bool Indicates whether an element is transient or permanent. (Inherited from Element ) Element
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from Element ) Element
P KeyScheduleParameterName string In a key schedule, the name of the parameter for choosing one of the keys.
P LevelId ElementId The id of the level associated with the element. (Inherited from Element ) Element
P Location Location This property is used to find the physical location of an element within a project. (Inherited from Element ) Element
P MaximumColumnWidth int Gets the maximum column width (Inherited from TableView ) TableView
P MaximumGridWidth int Gets the allowed maximum grid width (Inherited from TableView ) TableView
P MaximumRowHeight int Gets the maximum row height (Inherited from TableView ) TableView
P MinimumColumnWidth int Gets the minimum column width (Inherited from TableView ) TableView
P MinimumRowHeight int Gets the minimum row height (Inherited from TableView ) TableView
P Name string A human readable name for the Element. (Inherited from Element ) Element
P Origin XYZ Returns the origin of the screen. (Inherited from View ) View
P Outline BoundingBoxUV The bounds of the view in paper space (in feet). (Inherited from View ) View
P OwnerViewId ElementId The id of the view that owns the element. (Inherited from Element ) Element
P Parameter[BuiltInParameter] Parameter Retrieves a parameter from the element given a parameter id. (Inherited from Element ) Element
P Parameter[Definition] Parameter Retrieves a parameter from the element based on its definition. (Inherited from Element ) Element
P Parameter[Guid] Parameter Retrieves a parameter from the element given a GUID for a shared parameter. (Inherited from Element ) Element
P Parameters ParameterSet Retrieves a set containing all of the parameters that are contained within the element. (Inherited from Element ) Element
P ParametersMap ParameterMap Retrieves a map containing all of the parameters that are contained within the element. (Inherited from Element ) Element
P PartsVisibility PartsVisibility The visibility setting for parts in this view. (Inherited from View ) View
P Pinned bool Identifies if the element has been pinned to prevent changes. (Inherited from Element ) Element
P RevealConstraintsMode bool Indicates whether the Reveal Constraints mode is activated in the view. (Inherited from View ) View
P RightDirection XYZ The direction towards the right side of the screen. (Inherited from View ) View
P RowHeight double Defines the schedule body rows height.
P RowHeightOverride RowHeightOverrideOptions Defines the override that is applied to the row height.
P Scale int The scale of the view. (Inherited from View ) View
P ShadowIntensity int The intesity of cast shadows - 0 = no shadows, 100 = black. (Inherited from View ) View
P SketchPlane SketchPlane The sketch plane assigned to the view for model curve creation. (Inherited from View ) View
P SunAndShadowSettings SunAndShadowSettings The sun and shadow settings assigned to the view for shadow calculation and rendering. (Inherited from View ) View
P SunlightIntensity int The intensity of the simulated (directional) sunlight. 0 = no directional light; maximum value is 100. (Inherited from View ) View
P TargetId ElementId the element id of the element that is being viewed (Inherited from TableView ) TableView
P TemporaryViewModes TemporaryViewModes Data of temporary view modes associated with this view. (Inherited from View ) View
P Title string The view title. This consists of the view name plus other modifiers, such as the view type, sheet number, area scheme, and/or assembly type, depending on the specifics of the view. (Inherited from View ) View
P TitleTextTypeId ElementId Defines the default text style used in the header section of the schedule.
P UniqueId string A stable unique identifier for an element within the document. (Inherited from Element ) Element
P UpDirection XYZ The direction towards the top of the screen. (Inherited from View ) View
P UseStripedRowsOnSheets bool Indicates whether a property setting of true will also change the display of this schedule to show striped rows on a sheet. If true, setting that property to true will also change the display. If false, striped rows will not display for this schedule on a sheet no matter what value is set for HasStripedRows.
P VersionGuid Guid Get the element version Guid. (Inherited from Element ) Element
P ViewDirection XYZ The direction towards the viewer. (Inherited from View ) View
P ViewPositionId ElementId The id of the view's saved position. Default is set to ElementId.InvalidElementId. (Inherited from View ) View
P ViewSpecific bool Identifies if the element is owned by a view. (Inherited from Element ) Element
P ViewTemplateId ElementId The id of the template view that controls this view's parameters. (Inherited from View ) View
P ViewType ViewType The type of the view. (Inherited from View ) View
P WorksetId WorksetId Get Id of the Workset which owns the element. (Inherited from Element ) Element