GetOutOfDatePartStatus Method


Access reload information for out of date part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2019

Syntax

C#
public ReloadSwapOutInfo GetOutOfDatePartStatus(
	int index
)
Visual Basic
Public Function GetOutOfDatePartStatus ( _
	index As Integer _
) As ReloadSwapOutInfo
Visual C++
public:
ReloadSwapOutInfo^ GetOutOfDatePartStatus(
	int index
)

Parameters

index
Type: SystemInt32
The index of the information about the part being reloaded. Must be between 0 and OutOfDatePartCount.

Return Value

Information about the part being reloaded.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException The index is out of range.
Autodesk.Revit.ExceptionsDisabledDisciplineException None of the following disciplines is enabled: Mechanical Electrical Piping.

See Also