Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Extensions Class / IsLineGeometry Method
This GeometryType value.

In This Topic
    IsLineGeometry Method
    In This Topic
    Returns a value indicating whether this geometry is a line one.

    Note that line geometries do not support fills.

    Syntax
    'Declaration
     
    Public Shared Function IsLineGeometry( _
       ByVal geometry As GeometryType _
    ) As System.Boolean
    public static System.bool IsLineGeometry( 
       GeometryType geometry
    )

    Parameters

    geometry
    This GeometryType value.

    Return Value

    True if this is a line geometry, false otherwise.
    See Also