API Reference > geometry-core > CartesianGeometry > XYZ > isXAndY isXAndY MethodStatic Type guard for XAndY. isXAndY(arg: any): arg is XAndY note this will return true for an XYAndZ. If you wish to distinguish between the two, call isXYAndZ first. Parameter Type Description arg any Returns - arg is XAndY Defined in core/geometry/src/geometry3d/Point3dVector3d.ts Line 44 Last Updated: 13 June, 2024