Item Property


XYZ Item Property

Indexed access to coordinates.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public double this[
	int idx
] { get; }

Parameters

idx Int32
Use 0 for X, 1 for Y and 2 for Z.

Property Value

Double
Exceptions
Exception Condition
ArgumentOutOfRangeException Thrown when an attempt is made to access the coordinate with an index that is larger than 2.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →