Shape.Geometry

Shape.Geometry property

Gets the geometry

public Geometry Geometry { get; }

Examples


[C#]
if (shape.Geometry != null && shape.Geometry.ShapeAdjustValues.Count == 0)
    Console.WriteLine("No geometry path.");

See Also