Returns the coordinate in the given dimension.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int GetCoordinate(
int dimension
)
Parameters
- dimension Int32
-
The dimension.
Return Value
Int32
The coordinate.
Exceptions
Remarks
The dimension begins at 0 and must be in the range [0, number of dimensions in the bounds - 1].
This method does not apply to zero dimensional coordinates.
See Also
Reference