Grasshopper API
GH_ParserIsQuoteLine Method |
Test whether a line is a block quote line.
Block quotes start with a larger than symbol.
Namespace: Grasshopper.Documentation
Assembly: Grasshopper (in Grasshopper.dll)

public static bool IsQuoteLine( string line )
Public Shared Function IsQuoteLine ( line As String ) As Boolean
Parameters
- line
- Type: SystemString
Line to test.
Return Value
Type: BooleanTrue if the line is a block quote.
