GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / FiguresCount Property
In This Topic
    FiguresCount Property
    In This Topic
    Returns the number of figures currently in this shape.
    Syntax
    [Category("Appearance")]
    public int FiguresCount {get;}
    Remarks
    The number of figures is the same as the number of GoDrawingAction.StartAt points in the shape.
    See Also