Gets the instances ids of schedule or schedule segment.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2022.1
Syntax
C# |
---|
public IList<ElementId> GetScheduleInstances(
int segmentIndex
) |
Visual Basic |
---|
Public Function GetScheduleInstances ( _
segmentIndex As Integer _
) As IList(Of ElementId) |
Visual C++ |
---|
public:
IList<ElementId^>^ GetScheduleInstances(
int segmentIndex
) |
Parameters
- segmentIndex
- Type: System..::..Int32
Index of the segment.
Return Value
The array of schedule sheet instance elment ids of schedule or schedule segment.
Remarks
Exceptions
See Also