Property PointExpressions
PointExpressions
Gets the unevaluated coordinate tokens, two per point (x then y). Empty when every coordinate is a literal, which is the case for all hand-authored freeform geometry. A null entry defers to the literal in Points.
public IReadOnlyList<string?> PointExpressions { get; }