GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlTransformer Class / PointFArrayAttr Method
the name of the attribute
the default value to return if the attribute is not present or there is a parsing error
In This Topic
    PointFArrayAttr Method
    In This Topic
    Read an attribute's string value as an array of PointF.
    Syntax
    public PointF[] PointFArrayAttr( 
       string name,
       PointF[] def
    )

    Parameters

    name
    the name of the attribute
    def
    the default value to return if the attribute is not present or there is a parsing error

    Return Value

    the result of calling PointFArrayFromString
    See Also